We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6136212 commit 2e608afCopy full SHA for 2e608af
src/unix/nto/mod.rs
@@ -2865,7 +2865,7 @@ safe_f! {
2865
2866
// Network related functions are provided by libsocket and regex
2867
// functions are provided by libregex.
2868
-// Note that in QNX <=7.0, libregex functions were included it in libc itself.
+// In QNX <=7.0, libregex functions were included in libc itself.
2869
#[link(name = "socket")]
2870
#[cfg_attr(not(target_env = "nto70"), link(name = "regex"))]
2871
extern "C" {
0 commit comments