Skip to content

Commit 61cd811

Browse files
committed
docs(xcontrol): add missing period
1 parent a1ffaad commit 61cd811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/registers/xcontrol.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ mod x86_64 {
8585
/// ## Safety
8686
///
8787
/// This function is unsafe because it's possible to
88-
/// enable features that are not supported by the architecture
88+
/// enable features that are not supported by the architecture.
8989
#[inline]
9090
pub unsafe fn write(flags: XCr0Flags) {
9191
let old_value = Self::read_raw();

0 commit comments

Comments
 (0)