diff options
| author | Graydon Hoare <[email protected]> | 2011-03-01 15:13:50 -0800 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-03-01 15:13:50 -0800 |
| commit | 0761c5f4626153eba8478c66f93ba27e021f4dc2 (patch) | |
| tree | 28e3402f26476a7ec55b10cf6f61df3272cdb5c6 /src/comp/driver | |
| parent | Implement structured compare for rec, tup, tag. Un-XFAIL structured-compare.rs. (diff) | |
| download | rust-0761c5f4626153eba8478c66f93ba27e021f4dc2.tar.xz rust-0761c5f4626153eba8478c66f93ba27e021f4dc2.zip | |
Fix typo in comment.
Diffstat (limited to 'src/comp/driver')
| -rw-r--r-- | src/comp/driver/rustc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp/driver/rustc.rs b/src/comp/driver/rustc.rs index 004c9d4c..278b6873 100644 --- a/src/comp/driver/rustc.rs +++ b/src/comp/driver/rustc.rs @@ -38,7 +38,7 @@ fn warn_wrong_compiler() { log "This is the rust 'self-hosted' compiler."; log "The one written in rust."; log "It is currently incomplete."; - log "You may want rustboot insteaad, the compiler next door."; + log "You may want rustboot instead, the compiler next door."; } fn usage(session.session sess, str argv0) { |