about summary refs log tree commit diff
path: root/src/libcore/lib.rs
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2018-11-10 19:31:49 +0700
committerBruce Mitchener <bruce.mitchener@gmail.com>2018-11-10 19:31:49 +0700
commit9b4d68e53bd0eaa1ef3e402d0227f2d9ef1970dd (patch)
tree00295620c9e0ff493223fa15d8048ac3deeed2b5 /src/libcore/lib.rs
parent0366ccafa6f1740acc9c26797e08d7691d835393 (diff)
downloadrust-9b4d68e53bd0eaa1ef3e402d0227f2d9ef1970dd.tar.gz
rust-9b4d68e53bd0eaa1ef3e402d0227f2d9ef1970dd.zip
Fix documentation typos.
Diffstat (limited to 'src/libcore/lib.rs')
-rw-r--r--src/libcore/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/lib.rs b/src/libcore/lib.rs
index 1bbc7892c6b..c69d4441121 100644
--- a/src/libcore/lib.rs
+++ b/src/libcore/lib.rs
@@ -228,7 +228,7 @@ mod nonzero;
 mod tuple;
 mod unit;
 
-// Pull in the the `coresimd` crate directly into libcore. This is where all the
+// Pull in the `coresimd` crate directly into libcore. This is where all the
 // architecture-specific (and vendor-specific) intrinsics are defined. AKA
 // things like SIMD and such. Note that the actual source for all this lies in a
 // different repository, rust-lang-nursery/stdsimd. That's why the setup here is