]> git.lizzy.rs Git - rust.git/commitdiff
Fix another comment in test/incremental/hashes/enum_defs
authorMichael Woerister <michaelwoerister@users.noreply.github.com>
Fri, 30 Sep 2016 15:34:33 +0000 (11:34 -0400)
committerGitHub <noreply@github.com>
Fri, 30 Sep 2016 15:34:33 +0000 (11:34 -0400)
src/test/incremental/hashes/enum_defs.rs

index 6be22d56f64662c0f5838f97671caad0cf21ce9d..aa17a24be23b6fab6027ea981dce126de9e41b99 100644 (file)
@@ -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