diff options
| author | msaitoh <msaitoh@NetBSD.org> | 2021-12-05 08:03:06 +0000 |
|---|---|---|
| committer | msaitoh <msaitoh@NetBSD.org> | 2021-12-05 08:03:06 +0000 |
| commit | f3d2f4385a72101f4e992dfd8b243c626424c447 (patch) | |
| tree | 0c8c3f03f8578894145fe54b9a4dea7996532255 | |
| parent | deeb7722c94f76fca0bb71d866d816878c190449 (diff) | |
s/succesful/successful/ in comment.
| -rw-r--r-- | lib/libc/rpc/clnt_dg.c | 6 | ||||
| -rw-r--r-- | sys/arch/shark/shark/scr.c | 6 | ||||
| -rw-r--r-- | usr.bin/pr/pr.c | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/lib/libc/rpc/clnt_dg.c b/lib/libc/rpc/clnt_dg.c index 1acb5b027d4..917bcca3b81 100644 --- a/lib/libc/rpc/clnt_dg.c +++ b/lib/libc/rpc/clnt_dg.c @@ -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 @@ send_again: } } /* 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 --git a/sys/arch/shark/shark/scr.c b/sys/arch/shark/shark/scr.c index ec9847c0250..8a87c402a52 100644 --- a/sys/arch/shark/shark/scr.c +++ b/sys/arch/shark/shark/scr.c @@ -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 @@ const struct cdevsw scr_cdevsw = { ** ** 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 --git a/usr.bin/pr/pr.c b/usr.bin/pr/pr.c index 91e80752713..3eedc47fe3b 100644 --- a/usr.bin/pr/pr.c +++ b/usr.bin/pr/pr.c @@ -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 @@ __COPYRIGHT("@(#) Copyright (c) 1993\ #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 @@ mulfile(int argc, char *argv[]) * 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; |
