Skip to content

Commit cd995c6

Browse files
authored
Simple typo fix
1 parent c757933 commit cd995c6

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)