Skip to content

Commit f096516

Browse files
aochagaviaalexcrichton
authored andcommitted
Fixed typo in comments of driver.rs
1 parent cdd5893 commit f096516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/driver/driver.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ pub fn phase_2_configure_and_expand(sess: &Session,
193193

194194
krate = time(time_passes, "expansion", krate, |krate| {
195195
// Windows dlls do not have rpaths, so they don't know how to find their
196-
// dependencies. It's up to use to tell the system where to find all the
196+
// dependencies. It's up to us to tell the system where to find all the
197197
// dependent dlls. Note that this uses cfg!(windows) as opposed to
198198
// targ_cfg because syntax extensions are always loaded for the host
199199
// compiler, not for the target.

0 commit comments

Comments
 (0)