summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authormsaitoh <msaitoh@NetBSD.org>2021-12-05 05:03:05 +0000
committermsaitoh <msaitoh@NetBSD.org>2021-12-05 05:03:05 +0000
commiteed006a77f2cc364f19bcd940cebb5b19ee8ea24 (patch)
treea78483157c6bb0692b0ab9a05f2b69a801a342da /libexec
parent6a6bccecf8262dc9ef91773e09216af7a721bb95 (diff)
s/numberic/numeric/ in comment.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/identd/identd.c6
1 files changed, 3 insertions, 3 deletions
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