Skip to content

Commit 33873fa

Browse files
committed
Auto merge of #739 - kallisti5:haiku-fix, r=alexcrichton
haiku: Correct typo
2 parents 2a322c7 + c9b276f commit 33873fa

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)