diff options
| author | Joseph Crail <jbcrail@gmail.com> | 2014-08-01 19:40:21 -0400 |
|---|---|---|
| committer | Joseph Crail <jbcrail@gmail.com> | 2014-08-01 19:42:52 -0400 |
| commit | ad06dfe496e4e1abbc65268a58275ca2b483def5 (patch) | |
| tree | 35b592cbfd3eb0b33f1dd07e3a281890f19b6cdd /src/libstd/io | |
| parent | 292caefb26c7f99a064a1ed6a8ba37ec5375e88e (diff) | |
| download | rust-ad06dfe496e4e1abbc65268a58275ca2b483def5.tar.gz rust-ad06dfe496e4e1abbc65268a58275ca2b483def5.zip | |
Fix misspelled comments.
Diffstat (limited to 'src/libstd/io')
| -rw-r--r-- | src/libstd/io/net/addrinfo.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/io/net/addrinfo.rs b/src/libstd/io/net/addrinfo.rs index 8d5fd2b99fd..771eb9e13e8 100644 --- a/src/libstd/io/net/addrinfo.rs +++ b/src/libstd/io/net/addrinfo.rs @@ -79,7 +79,7 @@ pub fn get_host_addresses(host: &str) -> IoResult<Vec<IpAddr>> { lookup(Some(host), None, None).map(|a| a.move_iter().map(|i| i.address.ip).collect()) } -/// Full-fleged resolution. This function will perform a synchronous call to +/// Full-fledged resolution. This function will perform a synchronous call to /// getaddrinfo, controlled by the parameters /// /// # Arguments |
