summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/ns_addr.c
diff options
context:
space:
mode:
authortodd <>2001-01-04 21:45:31 +0000
committertodd <>2001-01-04 21:45:31 +0000
commit0ffb9efe9d94e444b3f3046be50ba1ea18e5ba86 (patch)
tree6eef3a919375cbf2ba0d402f2d93da5380a0ce42 /src/lib/libc/net/ns_addr.c
parentf3315ef2b941ac47909f427a6db39ed51459e3b0 (diff)
downloadopenbsd-0ffb9efe9d94e444b3f3046be50ba1ea18e5ba86.tar.gz
openbsd-0ffb9efe9d94e444b3f3046be50ba1ea18e5ba86.tar.bz2
openbsd-0ffb9efe9d94e444b3f3046be50ba1ea18e5ba86.zip
grammer/spelling
Diffstat (limited to 'src/lib/libc/net/ns_addr.c')
-rw-r--r--src/lib/libc/net/ns_addr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/net/ns_addr.c b/src/lib/libc/net/ns_addr.c
index 8f2e4bc513..e44ac21195 100644
--- a/src/lib/libc/net/ns_addr.c
+++ b/src/lib/libc/net/ns_addr.c
@@ -35,7 +35,7 @@
35 */ 35 */
36 36
37#if defined(LIBC_SCCS) && !defined(lint) 37#if defined(LIBC_SCCS) && !defined(lint)
38static char rcsid[] = "$OpenBSD: ns_addr.c,v 1.4 1997/07/21 20:31:05 deraadt Exp $"; 38static char rcsid[] = "$OpenBSD: ns_addr.c,v 1.5 2001/01/04 21:45:31 todd Exp $";
39#endif /* LIBC_SCCS and not lint */ 39#endif /* LIBC_SCCS and not lint */
40 40
41#include <sys/param.h> 41#include <sys/param.h>
@@ -63,7 +63,7 @@ ns_addr(name)
63 * First, figure out what he intends as a field separtor. 63 * First, figure out what he intends as a field separtor.
64 * Despite the way this routine is written, the prefered 64 * Despite the way this routine is written, the prefered
65 * form 2-272.AA001234H.01777, i.e. XDE standard. 65 * form 2-272.AA001234H.01777, i.e. XDE standard.
66 * Great efforts are made to insure backward compatability. 66 * Great efforts are made to insure backward compatibility.
67 */ 67 */
68 if ((hostname = strchr(buf, '#'))) 68 if ((hostname = strchr(buf, '#')))
69 separator = '#'; 69 separator = '#';