Skip to content

Commit eba3560

Browse files
committed
fix: to be less toxic
1 parent 27a113a commit eba3560

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kernel/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ pub fn init() {
6161
// 0xFC = PIC1 and 0xFF = PIC2
6262
// Bit 1 means that IRQ is disabled. Bit 0 means that IRQ is enabled.
6363
//
64-
// PIC1 (Master PIC) IRQs:
64+
// PIC1 (Primary PIC) IRQs:
6565
// * IRQ0: Timer (PIT)
6666
// * IRQ1: PS/2 Keyboard
6767
// * IRQ2: Cascade to PIC2
68-
// PIC2 (Slave) IRQs:
68+
// PIC2 (Secondary PIC) IRQs:
6969
// * IRQ8: Real time clock
7070
// * IRQ9: ACPI
7171
//

0 commit comments

Comments
 (0)