Skip to content

Commit 2832065

Browse files
RalfJungAmanieu
authored andcommitted
another typo
1 parent 4b18779 commit 2832065

File tree

1 file changed

+1
-1
lines changed
  • crates/core_arch/src/x86

1 file changed

+1
-1
lines changed

crates/core_arch/src/x86/sse.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1365,7 +1365,7 @@ pub unsafe fn _mm_sfence() {
13651365

13661366
/// Gets the unsigned 32-bit value of the MXCSR control and status register.
13671367
///
1368-
/// Note that Rust makes no guarantees whatsoever about the contents of this regiser: Rust
1368+
/// Note that Rust makes no guarantees whatsoever about the contents of this register: Rust
13691369
/// floating-point operations may or may not result in this register getting updated with exception
13701370
/// state, and the register can change between two invocations of this function even when no
13711371
/// floating-point operations appear in the source code (since floating-point operations appearing

0 commit comments

Comments
 (0)