about summary refs log tree commit diff
path: root/tests/codegen/async-fn-debug-awaitee-field.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/codegen/async-fn-debug-awaitee-field.rs')
-rw-r--r--tests/codegen/async-fn-debug-awaitee-field.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codegen/async-fn-debug-awaitee-field.rs b/tests/codegen/async-fn-debug-awaitee-field.rs
index 29defe68f8b..03cc46cdcde 100644
--- a/tests/codegen/async-fn-debug-awaitee-field.rs
+++ b/tests/codegen/async-fn-debug-awaitee-field.rs
@@ -1,4 +1,4 @@
-// This test makes sure that the generator field capturing the awaitee in a `.await` expression
+// This test makes sure that the coroutine field capturing the awaitee in a `.await` expression
 // is called "__awaitee" in debuginfo. This name must not be changed since debuggers and debugger
 // extensions rely on the field having this name.