diff options
| author | todd <> | 2001-01-04 21:45:31 +0000 | 
|---|---|---|
| committer | todd <> | 2001-01-04 21:45:31 +0000 | 
| commit | 0ffb9efe9d94e444b3f3046be50ba1ea18e5ba86 (patch) | |
| tree | 6eef3a919375cbf2ba0d402f2d93da5380a0ce42 /src/lib/libc/net/ipx_addr.c | |
| parent | f3315ef2b941ac47909f427a6db39ed51459e3b0 (diff) | |
| download | openbsd-0ffb9efe9d94e444b3f3046be50ba1ea18e5ba86.tar.gz openbsd-0ffb9efe9d94e444b3f3046be50ba1ea18e5ba86.tar.bz2 openbsd-0ffb9efe9d94e444b3f3046be50ba1ea18e5ba86.zip | |
grammer/spelling
Diffstat (limited to 'src/lib/libc/net/ipx_addr.c')
| -rw-r--r-- | src/lib/libc/net/ipx_addr.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/lib/libc/net/ipx_addr.c b/src/lib/libc/net/ipx_addr.c index a76e03e913..9c9fe651cd 100644 --- a/src/lib/libc/net/ipx_addr.c +++ b/src/lib/libc/net/ipx_addr.c | |||
| @@ -37,7 +37,7 @@ | |||
| 37 | */ | 37 | */ | 
| 38 | 38 | ||
| 39 | #if defined(LIBC_SCCS) && !defined(lint) | 39 | #if defined(LIBC_SCCS) && !defined(lint) | 
| 40 | static char rcsid[] = "$OpenBSD: ipx_addr.c,v 1.3 1997/07/09 01:08:39 millert Exp $"; | 40 | static char rcsid[] = "$OpenBSD: ipx_addr.c,v 1.4 2001/01/04 21:45:30 todd Exp $"; | 
| 41 | #endif /* LIBC_SCCS and not lint */ | 41 | #endif /* LIBC_SCCS and not lint */ | 
| 42 | 42 | ||
| 43 | #include <sys/param.h> | 43 | #include <sys/param.h> | 
| @@ -64,7 +64,7 @@ ipx_addr(name) | |||
| 64 | * First, figure out what he intends as a field separtor. | 64 | * First, figure out what he intends as a field separtor. | 
| 65 | * Despite the way this routine is written, the prefered | 65 | * Despite the way this routine is written, the prefered | 
| 66 | * form 2-272.AA001234H.01777, i.e. XDE standard. | 66 | * form 2-272.AA001234H.01777, i.e. XDE standard. | 
| 67 | * Great efforts are made to insure backward compatability. | 67 | * Great efforts are made to insure backward compatibility. | 
| 68 | */ | 68 | */ | 
| 69 | if ((hostname = strchr(buf, '#'))) | 69 | if ((hostname = strchr(buf, '#'))) | 
| 70 | separator = '#'; | 70 | separator = '#'; | 
