Skip to content

Commit c9b276f

Browse files
committed
haiku: Correct typo
1 parent 2a322c7 commit c9b276f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix/haiku/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ pub const TIOCM_CTS: ::c_int = TCGB_CTS;
732732
pub const TIOCM_CD: ::c_int = TCGB_DCD;
733733
pub const TIOCM_CAR: ::c_int = TIOCM_CD;
734734
pub const TIOCM_RI: ::c_int = TCGB_RI;
735-
pub const TIOCM_DSR: ::c_int = TCGB_dsR;
735+
pub const TIOCM_DSR: ::c_int = TCGB_DSR;
736736
pub const TIOCM_DTR: ::c_int = 0x10;
737737
pub const TIOCM_RTS: ::c_int = 0x20;
738738

0 commit comments

Comments
 (0)