From 16261a649627d7401ddb8f5bfe5e146b1d2f256d Mon Sep 17 00:00:00 2001 From: Michael Woerister Date: Fri, 30 Sep 2016 11:34:33 -0400 Subject: [PATCH] Fix another comment in test/incremental/hashes/enum_defs --- src/test/incremental/hashes/enum_defs.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/incremental/hashes/enum_defs.rs b/src/test/incremental/hashes/enum_defs.rs index 6be22d56f646..aa17a24be23b 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