This commit is contained in:
Yuki Okushi 2019-07-09 03:33:55 +09:00 committed by gnzlbg
parent 832259621c
commit e3ed80dd67

View file

@ -1817,7 +1817,7 @@ pub const _MM_HINT_NTA: i32 = 0;
/// The `strategy` must be one of:
///
/// * [`_MM_HINT_T0`](constant._MM_HINT_T0.html): Fetch into all levels of the
/// cache hierachy.
/// cache hierarchy.
///
/// * [`_MM_HINT_T1`](constant._MM_HINT_T1.html): Fetch into L2 and higher.
///