summaryrefslogtreecommitdiffstats
path: root/lib/libc/resolv/res_init.c
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-04-30 01:24:24 +0000
committerpfg <pfg@FreeBSD.org>2016-04-30 01:24:24 +0000
commit69669cbe99c92053594f595bbb8afd89c18a1892 (patch)
treeb4c646668481cdc1dd9daaea77bf963c2e2862a0 /lib/libc/resolv/res_init.c
parent3cfc36525eddce27cb703ad496d3805e43dc51f9 (diff)
downloadFreeBSD-src-69669cbe99c92053594f595bbb8afd89c18a1892.zip
FreeBSD-src-69669cbe99c92053594f595bbb8afd89c18a1892.tar.gz
libc: spelling fixes.
Mostly on comments.
Diffstat (limited to 'lib/libc/resolv/res_init.c')
-rw-r--r--lib/libc/resolv/res_init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/resolv/res_init.c b/lib/libc/resolv/res_init.c
index 1e7d9fe..8b58559 100644
--- a/lib/libc/resolv/res_init.c
+++ b/lib/libc/resolv/res_init.c
@@ -144,7 +144,7 @@ static u_int32_t net_mask(struct in_addr);
* there will have precedence. Otherwise, the server address is set to
* INADDR_ANY and the default domain name comes from the gethostname().
*
- * An interrim version of this code (BIND 4.9, pre-4.4BSD) used 127.0.0.1
+ * An interim version of this code (BIND 4.9, pre-4.4BSD) used 127.0.0.1
* rather than INADDR_ANY ("0.0.0.0") as the default name server address
* since it was noted that INADDR_ANY actually meant ``the first interface
* you "ifconfig"'d at boot time'' and if this was a SLIP or PPP interface,
@@ -167,7 +167,7 @@ res_ninit(res_state statp) {
return (__res_vinit(statp, 0));
}
-/*% This function has to be reachable by res_data.c but not publically. */
+/*% This function has to be reachable by res_data.c but not publicly. */
int
__res_vinit(res_state statp, int preinit) {
FILE *fp;
OpenPOWER on IntegriCloud