about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/test/incremental/hashes/enum_defs.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/incremental/hashes/enum_defs.rs b/src/test/incremental/hashes/enum_defs.rs
index 6be22d56f64..aa17a24be23 100644
--- a/src/test/incremental/hashes/enum_defs.rs
+++ b/src/test/incremental/hashes/enum_defs.rs
@@ -18,7 +18,7 @@
 
 // We also test the ICH for enum definitions exported in metadata. Same as
 // above, we want to make sure that the change between rev1 and rev2 also
-// results in a change of the ICH for the struct's metadata, and that it stays
+// results in a change of the ICH for the enum's metadata, and that it stays
 // the same between rev2 and rev3.
 
 // must-compile-successfully