From cd71b0dd54d7852d6f57c42ea5251a2e600b134f Mon Sep 17 00:00:00 2001 From: "Felix S. Klock II" Date: Mon, 16 May 2016 17:10:44 +0200 Subject: core::intrinsics: fix typo noted during review. --- src/libcore/intrinsics.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libcore') 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))] -- cgit 1.4.1-3-g733a5