about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Woerister <michaelwoerister@users.noreply.github.com>2016-09-30 11:34:33 -0400
committerGitHub <noreply@github.com>2016-09-30 11:34:33 -0400
commit16261a649627d7401ddb8f5bfe5e146b1d2f256d (patch)
tree51011965f60c354ff8400c06fe710f2e427e8fc4
parent1a41138f59c9b1933955dd8e2239f585481e2f39 (diff)
downloadrust-16261a649627d7401ddb8f5bfe5e146b1d2f256d.tar.gz
rust-16261a649627d7401ddb8f5bfe5e146b1d2f256d.zip
Fix another comment in test/incremental/hashes/enum_defs
-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