about summary refs log tree commit diff
path: root/src/libstd/sys
diff options
context:
space:
mode:
authorFoucher <christian.foucher@gmail.com>2017-08-10 08:49:40 +0200
committerGitHub <noreply@github.com>2017-08-10 08:49:40 +0200
commit27d7e61f1bbb6799adffebd56d64227e7b5a956c (patch)
tree993376f3912ad19bbef4ced6f5ccb4dc44ec9133 /src/libstd/sys
parent16268a88fc0cfe3657439139c63913ffb904b2fa (diff)
downloadrust-27d7e61f1bbb6799adffebd56d64227e7b5a956c.tar.gz
rust-27d7e61f1bbb6799adffebd56d64227e7b5a956c.zip
Fix typo corersponding -> corresponding
Diffstat (limited to 'src/libstd/sys')
-rw-r--r--src/libstd/sys/unix/ext/net.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/sys/unix/ext/net.rs b/src/libstd/sys/unix/ext/net.rs
index 94b87a6bff4..7701ae25b41 100644
--- a/src/libstd/sys/unix/ext/net.rs
+++ b/src/libstd/sys/unix/ext/net.rs
@@ -655,7 +655,7 @@ impl UnixListener {
     /// Accepts a new incoming connection to this listener.
     ///
     /// This function will block the calling thread until a new Unix connection
-    /// is established. When established, the corersponding [`UnixStream`] and
+    /// is established. When established, the corresponding [`UnixStream`] and
     /// the remote peer's address will be returned.
     ///
     /// [`UnixStream`]: ../../../../std/os/unix/net/struct.UnixStream.html