diff options
| author | Joseph Crail <jbcrail@gmail.com> | 2014-08-01 19:42:13 -0400 |
|---|---|---|
| committer | Joseph Crail <jbcrail@gmail.com> | 2014-08-09 22:08:36 -0400 |
| commit | 2016742e072ab0e15e04db881c3a82382f50013b (patch) | |
| tree | 81c86c97146010a0a43d7fca78f2b15f0d54f89f /src/test/run-make/unicode-input | |
| parent | 351cc4fc99b7579cf53c5dbeb35cfb224ced03d8 (diff) | |
| download | rust-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.rs | 2 |
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). |
