]> git.lizzy.rs Git - rust.git/commitdiff
Fixed typo in comments of driver.rs
authorAdolfo OchagavĂ­a <aochagavia92@gmail.com>
Mon, 12 May 2014 10:10:56 +0000 (12:10 +0200)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 13 May 2014 02:52:29 +0000 (19:52 -0700)
src/librustc/driver/driver.rs

index f5f85d748bb27767bfa2a9d628b32ec90e285fd2..51bdf9ef9edd58304359792ad6991d21a5964bcc 100644 (file)
@@ -193,7 +193,7 @@ pub fn phase_2_configure_and_expand(sess: &Session,
 
     krate = time(time_passes, "expansion", krate, |krate| {
         // Windows dlls do not have rpaths, so they don't know how to find their
-        // dependencies. It's up to use to tell the system where to find all the
+        // dependencies. It's up to us to tell the system where to find all the
         // dependent dlls. Note that this uses cfg!(windows) as opposed to
         // targ_cfg because syntax extensions are always loaded for the host
         // compiler, not for the target.