diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2018-04-05 10:49:21 -0500 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2018-04-05 11:18:17 -0700 |
| commit | 71bf15c6e80f04a4ed13b502a3c79daa05ea1d40 (patch) | |
| tree | 87c34ae0539061ef9a26765007fd52963d8bfe9d /src/libstd/lib.rs | |
| parent | e6947ecf4d1341d0dac1d3bd7a65b751931153cb (diff) | |
| parent | 64ddb390efb2143f11c1583d52c78da5a290e097 (diff) | |
| download | rust-71bf15c6e80f04a4ed13b502a3c79daa05ea1d40.tar.gz rust-71bf15c6e80f04a4ed13b502a3c79daa05ea1d40.zip | |
Rollup merge of #49686 - memoryleak47:typo, r=alexcrichton
typos
Diffstat (limited to 'src/libstd/lib.rs')
| -rw-r--r-- | src/libstd/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 3f1fec4c317..6f6abfdd31e 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -378,7 +378,7 @@ extern crate compiler_builtins; // During testing, this crate is not actually the "real" std library, but rather // it links to the real std library, which was compiled from this same source // code. So any lang items std defines are conditionally excluded (or else they -// wolud generate duplicate lang item errors), and any globals it defines are +// would generate duplicate lang item errors), and any globals it defines are // _not_ the globals used by "real" std. So this import, defined only during // testing gives test-std access to real-std lang items and globals. See #2912 #[cfg(test)] extern crate std as realstd; |
