Skip to content

Commit 13b72c8

Browse files
committed
doc(port_riscv): typo
1 parent 030d1aa commit 13b72c8

File tree

1 file changed

+1
-1
lines changed
  • src/r3_port_riscv/src/plic

1 file changed

+1
-1
lines changed

src/r3_port_riscv/src/plic/imp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pub fn init<Traits: Plic>() {
3030
plic_regs.interrupt_enable[ctx][i].set(0);
3131
}
3232

33-
// Change the priority thread of the current context
33+
// Change the priority threshold of the current context
3434
// to accept all interrupts
3535
plic_regs.ctxs[Traits::CONTEXT].priority_threshold.set(0);
3636
}

0 commit comments

Comments
 (0)