Module Name:    src
Committed By:   uwe
Date:           Sun Dec  8 22:41:42 UTC 2019

Modified Files:
        src/libexec/ld.elf_so: xprintf.c

Log Message:
Fix typo in a comment.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/libexec/ld.elf_so/xprintf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/libexec/ld.elf_so/xprintf.c
diff -u src/libexec/ld.elf_so/xprintf.c:1.21 src/libexec/ld.elf_so/xprintf.c:1.22
--- src/libexec/ld.elf_so/xprintf.c:1.21	Thu Dec 16 22:52:32 2010
+++ src/libexec/ld.elf_so/xprintf.c	Sun Dec  8 22:41:42 2019
@@ -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 <m...@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/
  * 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)

Reply via email to