diff options
| author | Maxim Konovalov <maxim@FreeBSD.org> | 2010-07-13 05:12:14 +0000 |
|---|---|---|
| committer | Maxim Konovalov <maxim@FreeBSD.org> | 2010-07-13 05:12:14 +0000 |
| commit | d943e1d95f2fb597ceecdbb2f95d783c8d6d33e9 (patch) | |
| tree | 21129f68697cc60047cdfe083cbc77a13116c8eb /include | |
| parent | f4e625c6f0a81e23b35b7160cc4e8dc78995a7d1 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/arpa/inet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/arpa/inet.h b/include/arpa/inet.h index 084810692b79..91733a9ca382 100644 --- a/include/arpa/inet.h +++ b/include/arpa/inet.h @@ -62,7 +62,7 @@ #ifndef _ARPA_INET_H_ #define _ARPA_INET_H_ -/* External definitions for functions in inet(3), addr2ascii(3) */ +/* External definitions for functions in inet(3). */ #include <sys/cdefs.h> #include <sys/_types.h> |
