about summary refs log tree commit diff
path: root/src/test/run-make/unicode-input
diff options
context:
space:
mode:
authorJoseph Crail <jbcrail@gmail.com>2014-08-01 19:42:13 -0400
committerJoseph Crail <jbcrail@gmail.com>2014-08-09 22:08:36 -0400
commit2016742e072ab0e15e04db881c3a82382f50013b (patch)
tree81c86c97146010a0a43d7fca78f2b15f0d54f89f /src/test/run-make/unicode-input
parent351cc4fc99b7579cf53c5dbeb35cfb224ced03d8 (diff)
downloadrust-2016742e072ab0e15e04db881c3a82382f50013b.tar.gz
rust-2016742e072ab0e15e04db881c3a82382f50013b.zip
Fix misspelled comments for tests.
Diffstat (limited to 'src/test/run-make/unicode-input')
-rw-r--r--src/test/run-make/unicode-input/multiple_files.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-make/unicode-input/multiple_files.rs b/src/test/run-make/unicode-input/multiple_files.rs
index c436958171d..295af0964b4 100644
--- a/src/test/run-make/unicode-input/multiple_files.rs
+++ b/src/test/run-make/unicode-input/multiple_files.rs
@@ -13,7 +13,7 @@ use std::io::{File, Command};
 use std::rand::{task_rng, Rng};
 
 // creates unicode_input_multiple_files_{main,chars}.rs, where the
-// former imports the latter. `_chars` just contains an indentifier
+// former imports the latter. `_chars` just contains an identifier
 // made up of random characters, because will emit an error message
 // about the ident being in the wrong place, with a span (and creating
 // this span used to upset the compiler).