Skip to content

Commit d52227f

Browse files
bors[bot]bestouff
andcommitted
Merge #904
904: Typo r=asomers a=bestouff Co-authored-by: Xavier Bestel <[email protected]>
2 parents 8a5a762 + dcd7947 commit d52227f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sys/socket/sockopt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ use std::os::unix::io::RawFd;
1919
///
2020
/// * `$name:ident`: name of the type you want to implement `SetSockOpt` for.
2121
/// * `$level:path` : socket layer, or a `protocol level`: could be *raw sockets*
22-
/// (`lic::SOL_SOCKET`), *ip protocol* (libc::IPPROTO_IP), *tcp protocol* (`libc::IPPROTO_TCP`),
22+
/// (`libc::SOL_SOCKET`), *ip protocol* (libc::IPPROTO_IP), *tcp protocol* (`libc::IPPROTO_TCP`),
2323
/// and more. Please refer to your system manual for more options. Will be passed as the second
2424
/// argument (`level`) to the `setsockopt` call.
2525
/// * `$flag:path`: a flag name to set. Some examples: `libc::SO_REUSEADDR`, `libc::TCP_NODELAY`,

0 commit comments

Comments
 (0)