Skip to content

Commit 187b6aa

Browse files
berkusCopilot
andauthored
Update watchpoint exception wording
Co-authored-by: Copilot <[email protected]>
1 parent 4f0628c commit 187b6aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/registers/esr_el2.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ register_bitfields! {u64,
120120
SoftwareStepLowerEL = 0b11_0010,
121121
/// Software Step exception taken without a change in Exception level
122122
SoftwareStepCurrentEL = 0b11_0011,
123-
/// Watchpoint from a lower Exception level
123+
/// Watchpoint exception from a lower Exception level
124124
WatchpointLowerEL = 0b11_0100,
125-
/// Watchpoint exceptions without a change in Exception level
125+
/// Watchpoint exception taken without a change in Exception level
126126
WatchpointCurrentEL = 0b11_0101,
127127
/// BKPT instruction execution in AArch32 state
128128
Bkpt32 = 0b11_1000,

0 commit comments

Comments
 (0)