diff options
| -rw-r--r-- | src/libcore/intrinsics.rs | 2 |
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))] |
