Skip to content

Commit b7f941f

Browse files
committed
fix typo in QNX related comment
1 parent 164b2a3 commit b7f941f

File tree

1 file changed

+1
-1
lines changed
  • signal-hook-registry/src

1 file changed

+1
-1
lines changed

signal-hook-registry/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ impl Slot {
181181

182182
#[cfg(target_os = "nto")]
183183
let flags = 0;
184-
// SA_RESTART is supported by qnx https://www.qnx.com/support/knowledgebase.html?id=50130000000SmiD
184+
// SA_RESTART is not supported by qnx https://www.qnx.com/support/knowledgebase.html?id=50130000000SmiD
185185
#[cfg(not(target_os = "nto"))]
186186
let flags = libc::SA_RESTART;
187187
// Android is broken and uses different int types than the rest (and different depending on

0 commit comments

Comments
 (0)