Skip to content

Commit e3469c1

Browse files
committed
fix typo, remove extra comment line
1 parent ad93301 commit e3469c1

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
@@ -938,9 +938,8 @@ impl Socket {
938938
}
939939
}
940940

941-
/// Set the value of the `IP_TRANSPARENTF` option on this socket.
941+
/// Set the value of the `IP_TRANSPARENT` option on this socket.
942942
///
943-
/// IP_TRANSPARENT (since Linux 2.6.24)
944943
/// Setting this boolean option enables transparent proxying
945944
/// on this socket. This socket option allows the calling
946945
/// application to bind to a nonlocal IP address and operate

0 commit comments

Comments
 (0)