Skip to content

Commit e396fef

Browse files
committed
Formatting
1 parent 7c82b6c commit e396fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/registers/model_specific.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ mod x86_64 {
727727
/// All affected pages must be flushed from the TLB. Processor caches may also need to be
728728
/// flushed. Additionally, all pages that map to a given frame must have the same memory
729729
/// type.
730-
///
730+
///
731731
/// The PAT must be supported on the CPU, otherwise a general protection exception will
732732
/// occur. Support can be detected using the `cpuid` instruction.
733733
#[inline]

0 commit comments

Comments
 (0)