Skip to content

Commit 2e608af

Browse files
joshtriplettnyurik
authored andcommitted
Tweak comment
1 parent 6136212 commit 2e608af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix/nto/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2865,7 +2865,7 @@ safe_f! {
28652865

28662866
// Network related functions are provided by libsocket and regex
28672867
// functions are provided by libregex.
2868-
// Note that in QNX <=7.0, libregex functions were included it in libc itself.
2868+
// In QNX <=7.0, libregex functions were included in libc itself.
28692869
#[link(name = "socket")]
28702870
#[cfg_attr(not(target_env = "nto70"), link(name = "regex"))]
28712871
extern "C" {

0 commit comments

Comments
 (0)