Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/pr s/succesful/successful/ in comment.
details: https://anonhg.NetBSD.org/src/rev/84adcc155632
branches: trunk
changeset: 1026726:84adcc155632
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Sun Dec 05 08:03:06 2021 +0000
description:
s/succesful/successful/ in comment.
diffstat:
lib/libc/rpc/clnt_dg.c | 6 +++---
sys/arch/shark/shark/scr.c | 6 +++---
usr.bin/pr/pr.c | 6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)
diffs (81 lines):
diff -r 00f0745950ec -r 84adcc155632 lib/libc/rpc/clnt_dg.c
--- a/lib/libc/rpc/clnt_dg.c Sun Dec 05 07:57:38 2021 +0000
+++ b/lib/libc/rpc/clnt_dg.c Sun Dec 05 08:03:06 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: clnt_dg.c,v 1.30 2021/08/21 23:00:30 andvar Exp $ */
+/* $NetBSD: clnt_dg.c,v 1.31 2021/12/05 08:03:06 msaitoh Exp $ */
/*
* Copyright (c) 2010, Oracle America, Inc.
@@ -41,7 +41,7 @@
#if 0
static char sccsid[] = "@(#)clnt_dg.c 1.19 89/03/16 Copyr 1988 Sun Micro";
#else
-__RCSID("$NetBSD: clnt_dg.c,v 1.30 2021/08/21 23:00:30 andvar Exp $");
+__RCSID("$NetBSD: clnt_dg.c,v 1.31 2021/12/05 08:03:06 msaitoh Exp $");
#endif
#endif
@@ -484,7 +484,7 @@
}
} /* end successful completion */
/*
- * If unsuccesful AND error is an authentication error
+ * If unsuccessful AND error is an authentication error
* then refresh credentials and try again, else break
*/
else if (cu->cu_error.re_status == RPC_AUTHERROR)
diff -r 00f0745950ec -r 84adcc155632 sys/arch/shark/shark/scr.c
--- a/sys/arch/shark/shark/scr.c Sun Dec 05 07:57:38 2021 +0000
+++ b/sys/arch/shark/shark/scr.c Sun Dec 05 08:03:06 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: scr.c,v 1.33 2021/08/09 21:38:04 andvar Exp $ */
+/* $NetBSD: scr.c,v 1.34 2021/12/05 08:03:07 msaitoh Exp $ */
/*
* Copyright 1997
@@ -102,7 +102,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: scr.c,v 1.33 2021/08/09 21:38:04 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: scr.c,v 1.34 2021/12/05 08:03:07 msaitoh Exp $");
#include "opt_ddb.h"
@@ -663,7 +663,7 @@
**
** This is the probe routine for the Smart Card. Because the
** Smart Card is hard wired, there is no probing to peform. The
-** function ensures that a succesfull problem occurs only once.
+** function ensures that a successfull problem occurs only once.
**
** FORMAL PARAMETERS:
**
diff -r 00f0745950ec -r 84adcc155632 usr.bin/pr/pr.c
--- a/usr.bin/pr/pr.c Sun Dec 05 07:57:38 2021 +0000
+++ b/usr.bin/pr/pr.c Sun Dec 05 08:03:06 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pr.c,v 1.24 2012/08/01 02:27:48 ginsbach Exp $ */
+/* $NetBSD: pr.c,v 1.25 2021/12/05 08:03:07 msaitoh Exp $ */
/*-
* Copyright (c) 1991 Keith Muller.
@@ -45,7 +45,7 @@
#if 0
from: static char sccsid[] = "@(#)pr.c 8.1 (Berkeley) 6/6/93";
#else
-__RCSID("$NetBSD: pr.c,v 1.24 2012/08/01 02:27:48 ginsbach Exp $");
+__RCSID("$NetBSD: pr.c,v 1.25 2021/12/05 08:03:07 msaitoh Exp $");
#endif
#endif /* not lint */
@@ -841,7 +841,7 @@
* do not know how many columns yet. The number of operands provide an
* upper bound on the number of columns. We use the number of files
* we can open successfully to set the number of columns. The operation
- * of the merge operation (-m) in relation to unsuccesful file opens
+ * of the merge operation (-m) in relation to unsuccessful file opens
* is unspecified by posix.
*/
j = 0;
Home |
Main Index |
Thread Index |
Old Index