Skip to content

Commit 022751e

Browse files
committed
Fix typo.
1 parent bfe616f commit 022751e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uart8250/src/registers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ register_bitfields![
110110
BI OFFSET(4) NUMBITS(1) [],
111111
/// Transmitter Holding Register Empty
112112
THRE OFFSET(5) NUMBITS(1) [],
113-
/// Data Holding Regiters Empty
113+
/// Data Holding Registers Empty
114114
DHRE OFFSET(6) NUMBITS(1) [],
115115
/// Error in Received FIFO
116116
RFE OFFSET(7) NUMBITS(1) [],

0 commit comments

Comments
 (0)