summary refs log tree commit diff
path: root/src/libcore
diff options
context:
space:
mode:
authorFelix S. Klock II <pnkfelix@pnkfx.org>2016-05-16 17:10:44 +0200
committerFelix S. Klock II <pnkfelix@pnkfx.org>2016-05-16 17:10:44 +0200
commitcd71b0dd54d7852d6f57c42ea5251a2e600b134f (patch)
tree449fff717bc297713b8096473291ff1662977a33 /src/libcore
parentee44f7ed27f8a83670af166ab886ec44e53dc233 (diff)
downloadrust-cd71b0dd54d7852d6f57c42ea5251a2e600b134f.tar.gz
rust-cd71b0dd54d7852d6f57c42ea5251a2e600b134f.zip
core::intrinsics: fix typo noted during review.
Diffstat (limited to 'src/libcore')
-rw-r--r--src/libcore/intrinsics.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/intrinsics.rs b/src/libcore/intrinsics.rs
index 225929fb350..0350824ee35 100644
--- a/src/libcore/intrinsics.rs
+++ b/src/libcore/intrinsics.rs
@@ -172,7 +172,7 @@ extern "rust-intrinsic" {
     /// attached to the function.
     ///
     /// For example, dataflow uses this to inject static assertions so
-    /// that `rustc_oeek(potentially_uninitialized)` would actually
+    /// that `rustc_peek(potentially_uninitialized)` would actually
     /// double-check that dataflow did indeed compute that it is
     /// uninitialized at that point in the control flow.
     #[cfg(not(stage0))]