From e3ed80dd67a9e5ef41d6e1b0988756bda39d8c4e Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Tue, 9 Jul 2019 03:33:55 +0900 Subject: [PATCH] Fix typo --- library/stdarch/crates/core_arch/src/x86/sse.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/stdarch/crates/core_arch/src/x86/sse.rs b/library/stdarch/crates/core_arch/src/x86/sse.rs index 2a2305207650..f03773d1ea02 100644 --- a/library/stdarch/crates/core_arch/src/x86/sse.rs +++ b/library/stdarch/crates/core_arch/src/x86/sse.rs @@ -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. ///