summaryrefslogtreecommitdiff
path: root/lib/libc/net/ns_addr.c
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2001-01-04 21:45:32 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2001-01-04 21:45:32 +0000
commitebdab6e39946f9d6628de8758207f7092fe842eb (patch)
tree969f1cab24b7d27b320d6b3f9f6a0f38b2cdc9d6 /lib/libc/net/ns_addr.c
parenta8065711c2928c212e57fd0cd80708e15c56e5fc (diff)
grammer/spelling
Diffstat (limited to 'lib/libc/net/ns_addr.c')
-rw-r--r--lib/libc/net/ns_addr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/net/ns_addr.c b/lib/libc/net/ns_addr.c
index 8f2e4bc513c..e44ac211957 100644
--- a/lib/libc/net/ns_addr.c
+++ b/lib/libc/net/ns_addr.c
@@ -35,7 +35,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: ns_addr.c,v 1.4 1997/07/21 20:31:05 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: ns_addr.c,v 1.5 2001/01/04 21:45:31 todd Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>
@@ -63,7 +63,7 @@ ns_addr(name)
* First, figure out what he intends as a field separtor.
* Despite the way this routine is written, the prefered
* form 2-272.AA001234H.01777, i.e. XDE standard.
- * Great efforts are made to insure backward compatability.
+ * Great efforts are made to insure backward compatibility.
*/
if ((hostname = strchr(buf, '#')))
separator = '#';