1
Fork 0

core::intrinsics: fix typo noted during review.

This commit is contained in:
Felix S. Klock II 2016-05-16 17:10:44 +02:00
parent ee44f7ed27
commit cd71b0dd54

View file

@ -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))]