summaryrefslogtreecommitdiffstats
path: root/tokio/src/net/udp/socket.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio/src/net/udp/socket.rs')
-rw-r--r--tokio/src/net/udp/socket.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio/src/net/udp/socket.rs b/tokio/src/net/udp/socket.rs
index 00c2b0ec..ce6f2ca8 100644
--- a/tokio/src/net/udp/socket.rs
+++ b/tokio/src/net/udp/socket.rs
@@ -165,7 +165,7 @@ impl UdpSocket {
/// about the underlying socket; it is left up to the user to set it in
/// non-blocking mode.
///
- /// This can be used in conjunction with net2's `UdpBuilder` interface to
+ /// This can be used in conjunction with socket2's `Socket` interface to
/// configure a socket before it's handed off, such as setting options like
/// `reuse_address` or binding to multiple addresses.
///