diff options
author | Simon Josefsson <simon@josefsson.org> | 2010-02-17 13:50:10 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2010-02-17 13:50:10 +0100 |
commit | 6078aa42b957125a74ba72092d932eb730c10caf (patch) | |
tree | c05e42aa94c107c51b5700116a8a932222ec6bca | |
parent | 65fc960e30bb24bc48ddf2fa8c59657c34b92016 (diff) | |
download | gnulib-6078aa42b957125a74ba72092d932eb730c10caf.tar.gz |
Fix typo in last change. Reported by Eric Blake <ebb9@byu.net>.
-rw-r--r-- | lib/netdb.in.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/netdb.in.h b/lib/netdb.in.h index def9b5f799..2edd98bd26 100644 --- a/lib/netdb.in.h +++ b/lib/netdb.in.h @@ -90,7 +90,7 @@ struct addrinfo # endif # ifndef AI_ADDRCONFIG # define AI_ADDRCONFIG 0 /* 0x0020: Use configuration of this host to choose - returned address type.. */ + returned address type. */ # endif /* Error values for `getaddrinfo' function. */ |