Skip to content

Commit 2c2ad16

Browse files
committed
fix typo, remove extra comment line
1 parent d3eed7b commit 2c2ad16

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/socket.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -968,9 +968,8 @@ impl Socket {
968968
}
969969
}
970970

971-
/// Set the value of the `IP_TRANSPARENTF` option on this socket.
971+
/// Set the value of the `IP_TRANSPARENT` option on this socket.
972972
///
973-
/// IP_TRANSPARENT (since Linux 2.6.24)
974973
/// Setting this boolean option enables transparent proxying
975974
/// on this socket. This socket option allows the calling
976975
/// application to bind to a nonlocal IP address and operate

0 commit comments

Comments
 (0)