about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorGraydon Hoare <graydon@mozilla.com>2011-03-01 15:13:50 -0800
committerGraydon Hoare <graydon@mozilla.com>2011-03-01 15:13:50 -0800
commit0761c5f4626153eba8478c66f93ba27e021f4dc2 (patch)
tree28e3402f26476a7ec55b10cf6f61df3272cdb5c6 /src
parent7f2398e557d4b75cbf83dc88b6740e83a8d20910 (diff)
downloadrust-0761c5f4626153eba8478c66f93ba27e021f4dc2.tar.gz
rust-0761c5f4626153eba8478c66f93ba27e021f4dc2.zip
Fix typo in comment.
Diffstat (limited to 'src')
-rw-r--r--src/comp/driver/rustc.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp/driver/rustc.rs b/src/comp/driver/rustc.rs
index 004c9d4c17d..278b687326f 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) {