about summary refs log tree commit diff
path: root/src/librustc
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2015-04-15 17:26:07 -0400
committerSteve Klabnik <steve@steveklabnik.com>2015-04-15 17:26:07 -0400
commitb5378f452e301dbcdf49cc6514a98f3367901d18 (patch)
treeba84178b4397edbf49ddd1901b14a7f890bc9120 /src/librustc
parent68a9e6a9339660e5a3c2c04e7c8083fdd6fd0cf5 (diff)
parentcf43761de448c859cfe487125b9a6923a5eb9b66 (diff)
downloadrust-b5378f452e301dbcdf49cc6514a98f3367901d18.tar.gz
rust-b5378f452e301dbcdf49cc6514a98f3367901d18.zip
Rollup merge of #24449 - richo:typo, r=alexcrichton
Spotted a typo, opened a tiny PR.
Diffstat (limited to 'src/librustc')
-rw-r--r--src/librustc/metadata/loader.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/metadata/loader.rs b/src/librustc/metadata/loader.rs
index 7b63e38b585..4a77f80d3b8 100644
--- a/src/librustc/metadata/loader.rs
+++ b/src/librustc/metadata/loader.rs
@@ -129,7 +129,7 @@
 //! > Dear rustc,
 //! >
 //! > When you are attempting to load the immediate dependency `crate-name`, I
-//! > would like you too assume that the library is located at
+//! > would like you to assume that the library is located at
 //! > `path/to/the/crate.rlib`, and look nowhere else. Also, please do not
 //! > assume that the path I specified has the name `crate-name`.
 //!