summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander von Gluck IV <kallisti5@unixzen.com>2017-08-25 16:07:50 -0500
committerAlexander von Gluck IV <kallisti5@unixzen.com>2017-08-25 16:13:01 -0500
commitc9b276f1ce368668d51f57e784f79de5ec0f7150 (patch)
tree0a38917c23ccb7e0ee3df86cebe5479ce67b6a5d
parent2a322c716ce7686eee4117146207af53140d8b0c (diff)
downloadrust-libc-c9b276f1ce368668d51f57e784f79de5ec0f7150.tar.gz
haiku: Correct typo
-rw-r--r--src/unix/haiku/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unix/haiku/mod.rs b/src/unix/haiku/mod.rs
index 4591e6f938..6c95ac3353 100644
--- a/src/unix/haiku/mod.rs
+++ b/src/unix/haiku/mod.rs
@@ -732,7 +732,7 @@ pub const TIOCM_CTS: ::c_int = TCGB_CTS;
pub const TIOCM_CD: ::c_int = TCGB_DCD;
pub const TIOCM_CAR: ::c_int = TIOCM_CD;
pub const TIOCM_RI: ::c_int = TCGB_RI;
-pub const TIOCM_DSR: ::c_int = TCGB_dsR;
+pub const TIOCM_DSR: ::c_int = TCGB_DSR;
pub const TIOCM_DTR: ::c_int = 0x10;
pub const TIOCM_RTS: ::c_int = 0x20;