From 1a41138f59c9b1933955dd8e2239f585481e2f39 Mon Sep 17 00:00:00 2001 From: Michael Woerister Date: Fri, 30 Sep 2016 11:12:37 -0400 Subject: [PATCH] Fix 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 b04b5ded811d..6be22d56f646 100644 --- a/src/test/incremental/hashes/enum_defs.rs +++ b/src/test/incremental/hashes/enum_defs.rs @@ -10,7 +10,7 @@ // This test case tests the incremental compilation hash (ICH) implementation -// for struct definitions. +// for enum definitions. // The general pattern followed here is: Change one thing between rev1 and rev2 // and make sure that the hash has changed, then change nothing between rev2 and