diff options
Diffstat (limited to 'lib/libc/net/inet_neta.c')
-rw-r--r-- | lib/libc/net/inet_neta.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/net/inet_neta.c b/lib/libc/net/inet_neta.c index f7c7ded..c918962 100644 --- a/lib/libc/net/inet_neta.c +++ b/lib/libc/net/inet_neta.c @@ -39,7 +39,7 @@ __FBSDID("$FreeBSD$"); /* * char * * inet_neta(src, dst, size) - * format a in_addr_t network number into presentation format. + * format an in_addr_t network number into presentation format. * return: * pointer to dst, or NULL if an error occurred (check errno). * note: |