diff options
| author | msaitoh <msaitoh@NetBSD.org> | 2021-12-05 05:03:05 +0000 |
|---|---|---|
| committer | msaitoh <msaitoh@NetBSD.org> | 2021-12-05 05:03:05 +0000 |
| commit | eed006a77f2cc364f19bcd940cebb5b19ee8ea24 (patch) | |
| tree | a78483157c6bb0692b0ab9a05f2b69a801a342da | |
| parent | 6a6bccecf8262dc9ef91773e09216af7a721bb95 (diff) | |
s/numberic/numeric/ in comment.
| -rw-r--r-- | lib/libc/gen/pwcache.c | 6 | ||||
| -rw-r--r-- | libexec/identd/identd.c | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/gen/pwcache.c b/lib/libc/gen/pwcache.c index 7049932f1bb..7bbe9ab1dfa 100644 --- a/lib/libc/gen/pwcache.c +++ b/lib/libc/gen/pwcache.c @@ -1,4 +1,4 @@ -/* $NetBSD: pwcache.c,v 1.32 2018/11/08 06:43:52 msaitoh Exp $ */ +/* $NetBSD: pwcache.c,v 1.33 2021/12/05 05:03:05 msaitoh Exp $ */ /*- * Copyright (c) 1992 Keith Muller. @@ -74,7 +74,7 @@ #if 0 static char sccsid[] = "@(#)cache.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: pwcache.c,v 1.32 2018/11/08 06:43:52 msaitoh Exp $"); +__RCSID("$NetBSD: pwcache.c,v 1.33 2021/12/05 05:03:05 msaitoh Exp $"); #endif #endif /* LIBC_SCCS and not lint */ @@ -364,7 +364,7 @@ group_from_gid(gid_t gid, int noname) if ((gr = (*_pwcache_getgrgid)(gid)) == NULL) { /* * no match for this gid in the local group file, put in - * a string that is the gid in numberic format + * a string that is the gid in numeric format */ if (ptr == NULL) return (NULL); diff --git a/libexec/identd/identd.c b/libexec/identd/identd.c index b8bd99b5d93..b3a50ce8785 100644 --- a/libexec/identd/identd.c +++ b/libexec/identd/identd.c @@ -1,4 +1,4 @@ -/* $NetBSD: identd.c,v 1.37 2021/09/16 21:29:41 andvar Exp $ */ +/* $NetBSD: identd.c,v 1.38 2021/12/05 05:03:05 msaitoh Exp $ */ /* * identd.c - TCP/IP Ident protocol server. @@ -8,7 +8,7 @@ */ #include <sys/cdefs.h> -__RCSID("$NetBSD: identd.c,v 1.37 2021/09/16 21:29:41 andvar Exp $"); +__RCSID("$NetBSD: identd.c,v 1.38 2021/12/05 05:03:05 msaitoh Exp $"); #include <sys/param.h> #include <sys/socket.h> @@ -513,7 +513,7 @@ idhandle(int fd, const char *charset, const char *fmt, const char *osname, return 0; } - /* Return numberic user ID? */ + /* Return numeric user ID? */ if (nflag) (void)snprintf(idbuf, sizeof(idbuf), "%u", uid); else |
