diff options
Diffstat (limited to 'library/stdarch/crates/stdarch-test/src')
-rw-r--r-- | library/stdarch/crates/stdarch-test/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/stdarch/crates/stdarch-test/src/lib.rs b/library/stdarch/crates/stdarch-test/src/lib.rs index e0cf46cb4..61bbff2f9 100644 --- a/library/stdarch/crates/stdarch-test/src/lib.rs +++ b/library/stdarch/crates/stdarch-test/src/lib.rs @@ -115,7 +115,7 @@ pub fn assert(shim_addr: usize, fnname: &str, expected: &str) { "cpuid" => 30, // Apparently, on Windows, LLVM generates a bunch of - // saves/restores of xmm registers around these intstructions, + // saves/restores of xmm registers around these instructions, // which exceeds the limit of 20 below. As it seems dictated by // Windows's ABI (I believe?), we probably can't do much // about it. |