Skip to content

Commit 3e822f3

Browse files
committed
Typos
Signed-off-by: Ludvig Liljenberg <[email protected]>
1 parent 792722e commit 3e822f3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/hyperlight_host/src/hypervisor/regs/special_regs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ impl TryFrom<&[(WHV_REGISTER_NAME, WHV_REGISTER_VALUE)]> for CommonSpecialRegist
274274
}
275275
}
276276

277-
// --- Sement Register ---
277+
// --- Segment Register ---
278278

279279
#[derive(Debug, Default, Copy, Clone, PartialEq)]
280280
pub(crate) struct CommonSegmentRegister {

typos.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ extend-exclude = ["**/*.patch", "src/hyperlight_guest/third_party/**/*", "NOTICE
77
[default.extend-words]
88
# typ is used for field name as type is a reserved keyword
99
typ="typ"
10+
# fpr is Floating Point Register
11+
fpr="fpr"

0 commit comments

Comments
 (0)