about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--tvix/eval/src/vm/generators.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/eval/src/vm/generators.rs b/tvix/eval/src/vm/generators.rs
index cddb18a406..19ffed8404 100644
--- a/tvix/eval/src/vm/generators.rs
+++ b/tvix/eval/src/vm/generators.rs
@@ -64,7 +64,7 @@ pub enum GeneratorRequest {
     /// stack for requesting a function call from the VM.
     ///
     /// The VM does not respond to this request, so the next message received is
-    /// a `NoOp`.
+    /// `Empty`.
     StackPush(Value),
 
     /// Pop a value from the stack and return it to the generator.