Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/printf fix typo
details: https://anonhg.NetBSD.org/src/rev/fbdda8e34f21
branches: trunk
changeset: 379224:fbdda8e34f21
user: christos <christos%NetBSD.org@localhost>
date: Thu May 20 02:01:07 2021 +0000
description:
fix typo
diffstat:
usr.bin/printf/printf.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 31df946bb440 -r fbdda8e34f21 usr.bin/printf/printf.c
--- a/usr.bin/printf/printf.c Thu May 20 01:41:55 2021 +0000
+++ b/usr.bin/printf/printf.c Thu May 20 02:01:07 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: printf.c,v 1.53 2021/05/19 22:41:19 kre Exp $ */
+/* $NetBSD: printf.c,v 1.54 2021/05/20 02:01:07 christos Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -41,7 +41,7 @@
#if 0
static char sccsid[] = "@(#)printf.c 8.2 (Berkeley) 3/22/95";
#else
-__RCSID("$NetBSD: printf.c,v 1.53 2021/05/19 22:41:19 kre Exp $");
+__RCSID("$NetBSD: printf.c,v 1.54 2021/05/20 02:01:07 christos Exp $");
#endif
#endif /* not lint */
@@ -744,7 +744,7 @@ wide_char(const char *p)
intmax_t ch = (intmax_t)(unsigned char)p[1];
if (ch != 0 && p[2] != '\0') {
- warnx("%s: not completelty converted", p);
+ warnx("%s: not completely converted", p);
rval = 1;
}
Home |
Main Index |
Thread Index |
Old Index