Skip to content

Commit 888a763

Browse files
Merge #40
40: Simple typo fix r=almindor a=iankronquist Just poking around and noticed this. Hope it's not too much trouble. Co-authored-by: Ian Kronquist <[email protected]>
2 parents c757933 + cd995c6 commit 888a763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

riscv-rt/examples/multi_core.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pub extern "Rust" fn user_mp_hook() -> bool {
3030
}
3131
}
3232

33-
// Start listening for software interrupts
33+
// Stop listening for software interrupts
3434
mie::clear_msoft();
3535

3636
// Clear IPI

0 commit comments

Comments
 (0)