Module Name: src Committed By: msaitoh Date: Sun Dec 5 08:03:07 UTC 2021
Modified Files: src/lib/libc/rpc: clnt_dg.c src/sys/arch/shark/shark: scr.c src/usr.bin/pr: pr.c Log Message: s/succesful/successful/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/lib/libc/rpc/clnt_dg.c cvs rdiff -u -r1.33 -r1.34 src/sys/arch/shark/shark/scr.c cvs rdiff -u -r1.24 -r1.25 src/usr.bin/pr/pr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libc/rpc/clnt_dg.c diff -u src/lib/libc/rpc/clnt_dg.c:1.30 src/lib/libc/rpc/clnt_dg.c:1.31 --- src/lib/libc/rpc/clnt_dg.c:1.30 Sat Aug 21 23:00:30 2021 +++ src/lib/libc/rpc/clnt_dg.c Sun Dec 5 08:03:06 2021 @@ -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) Index: src/sys/arch/shark/shark/scr.c diff -u src/sys/arch/shark/shark/scr.c:1.33 src/sys/arch/shark/shark/scr.c:1.34 --- src/sys/arch/shark/shark/scr.c:1.33 Mon Aug 9 21:38:04 2021 +++ src/sys/arch/shark/shark/scr.c Sun Dec 5 08:03:07 2021 @@ -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: ** Index: src/usr.bin/pr/pr.c diff -u src/usr.bin/pr/pr.c:1.24 src/usr.bin/pr/pr.c:1.25 --- src/usr.bin/pr/pr.c:1.24 Wed Aug 1 02:27:48 2012 +++ src/usr.bin/pr/pr.c Sun Dec 5 08:03:07 2021 @@ -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;