Skip to content

Commit 78b639c

Browse files
joshtripletttgross35
authored andcommitted
Tweak comment
(apply <#3775> to `main`) (cherry picked from commit aea287e)
1 parent 62bd84a commit 78b639c

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
@@ -2864,7 +2864,7 @@ safe_f! {
28642864

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

0 commit comments

Comments
 (0)