We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62bd84a commit 78b639cCopy full SHA for 78b639c
src/unix/nto/mod.rs
@@ -2864,7 +2864,7 @@ safe_f! {
2864
2865
// Network related functions are provided by libsocket and regex
2866
// functions are provided by libregex.
2867
-// 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.
2868
#[link(name = "socket")]
2869
#[cfg_attr(not(target_env = "nto70"), link(name = "regex"))]
2870
extern "C" {
0 commit comments