diff options
Diffstat (limited to 'src/libstd/io/net/addrinfo.rs')
| -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 4a8529d0a0a..a1650c9a3a3 100644 --- a/src/libstd/io/net/addrinfo.rs +++ b/src/libstd/io/net/addrinfo.rs @@ -91,7 +91,7 @@ pub fn get_host_addresses(host: &str) -> Option<~[IpAddr]> { /// /// On failure, this will raise on the `io_error` condition. /// -/// XXX: this is not public because the `Hint` structure is not ready for public +/// FIXME: this is not public because the `Hint` structure is not ready for public /// consumption just yet. fn lookup(hostname: Option<&str>, servname: Option<&str>, hint: Option<Hint>) -> Option<~[Info]> { |
