Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/libexec/ld.elf_so Fix typo in a comment.



details:   https://anonhg.NetBSD.org/src/rev/e21a8e6f7b46
branches:  trunk
changeset: 466005:e21a8e6f7b46
user:      uwe <uwe%NetBSD.org@localhost>
date:      Sun Dec 08 22:41:42 2019 +0000

description:
Fix typo in a comment.

diffstat:

 libexec/ld.elf_so/xprintf.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 7f6d7e4f4c1a -r e21a8e6f7b46 libexec/ld.elf_so/xprintf.c
--- a/libexec/ld.elf_so/xprintf.c       Sun Dec 08 22:35:27 2019 +0000
+++ b/libexec/ld.elf_so/xprintf.c       Sun Dec 08 22:41:42 2019 +0000
@@ -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@localhost>
@@ -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 @@
  * 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)



Home | Main Index | Thread Index | Old Index