summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authoruwe <uwe@NetBSD.org>2019-12-08 22:41:42 +0000
committeruwe <uwe@NetBSD.org>2019-12-08 22:41:42 +0000
commit6b6559bafff644c48fef94f3789fa99c5ebd0495 (patch)
tree83b02f8dcd90c738ca0f25721b5ea3d24adca73a /libexec
parent0a783582a90cb5417fde4facf2b2fe351188ca5b (diff)
Fix typo in a comment.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/ld.elf_so/xprintf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/ld.elf_so/xprintf.c b/libexec/ld.elf_so/xprintf.c
index 77c9bbf8de7..d8af4539c7d 100644
--- a/libexec/ld.elf_so/xprintf.c
+++ b/libexec/ld.elf_so/xprintf.c
@@ -1,4 +1,4 @@
-/* $NetBSD: xprintf.c,v 1.21 2010/12/16 22:52:32 joerg Exp $ */
+/* $NetBSD: xprintf.c,v 1.22 2019/12/08 22:41:42 uwe Exp $ */
/*
* Copyright 1996 Matt Thomas <matt@3am-software.com>
@@ -29,7 +29,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: xprintf.c,v 1.21 2010/12/16 22:52:32 joerg Exp $");
+__RCSID("$NetBSD: xprintf.c,v 1.22 2019/12/08 22:41:42 uwe Exp $");
#endif /* not lint */
#include <string.h>
@@ -49,7 +49,7 @@ __RCSID("$NetBSD: xprintf.c,v 1.21 2010/12/16 22:52:32 joerg Exp $");
* Non-mallocing printf, for use by malloc and rtld itself.
* This avoids putting in most of stdio.
*
- * deals withs formats %x, %p, %s, and %d.
+ * deals with formats %x, %p, %s, and %d.
*/
size_t
xvsnprintf(char *buf, size_t buflen, const char *fmt, va_list ap)