Skip to content

Commit b207f9a

Browse files
authored
Fix a typo in IDT docs (#158)
1 parent 836d1ae commit b207f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/structures/idt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ use core::ops::{Deref, Index, IndexMut, RangeBounds};
2525
/// not possible for entries for which an error code is pushed.
2626
///
2727
/// The remaining entries are used for interrupts. They can be accesed through index
28-
/// operations on the idt, e.g. `idt[32]` returns the first interrupt entry, which is the 32th IDT
28+
/// operations on the idt, e.g. `idt[32]` returns the first interrupt entry, which is the 32nd IDT
2929
/// entry).
3030
///
3131
///

0 commit comments

Comments
 (0)