Module Name: src
Committed By: andvar
Date: Thu Sep 16 21:29:42 UTC 2021
Modified Files:
src/common/lib/libc/gen: rb.c
src/lib/libc/gdtoa/test: README
src/libexec/identd: identd.c
src/sys/arch/arm/imx: imx23_ssp.c
src/sys/arch/i386/pci: pci_intr_fixup.c
src/sys/dev/microcode/aic7xxx: aic79xx.seq
src/sys/dev/pci: amdpm_smbusreg.h if_ena.c
src/sys/kern: kern_module.c
src/sys/rump/librump/rumpkern: vm.c
src/sys/ufs/chfs: ebh_media.h
src/tests/fs/vfs: t_vnops.c
src/usr.bin/rump_dhcpclient: rump.dhcpclient.1
src/usr.sbin/puffs/mount_psshfs: node.c
Log Message:
fix typos in word "successfully", mainly s/succesfully/successfully/.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/common/lib/libc/gen/rb.c
cvs rdiff -u -r1.1.1.1 -r1.2 src/lib/libc/gdtoa/test/README
cvs rdiff -u -r1.36 -r1.37 src/libexec/identd/identd.c
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/imx/imx23_ssp.c
cvs rdiff -u -r1.51 -r1.52 src/sys/arch/i386/pci/pci_intr_fixup.c
cvs rdiff -u -r1.13 -r1.14 src/sys/dev/microcode/aic7xxx/aic79xx.seq
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/pci/amdpm_smbusreg.h
cvs rdiff -u -r1.30 -r1.31 src/sys/dev/pci/if_ena.c
cvs rdiff -u -r1.152 -r1.153 src/sys/kern/kern_module.c
cvs rdiff -u -r1.191 -r1.192 src/sys/rump/librump/rumpkern/vm.c
cvs rdiff -u -r1.1 -r1.2 src/sys/ufs/chfs/ebh_media.h
cvs rdiff -u -r1.60 -r1.61 src/tests/fs/vfs/t_vnops.c
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/rump_dhcpclient/rump.dhcpclient.1
cvs rdiff -u -r1.65 -r1.66 src/usr.sbin/puffs/mount_psshfs/node.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/common/lib/libc/gen/rb.c
diff -u src/common/lib/libc/gen/rb.c:1.15 src/common/lib/libc/gen/rb.c:1.16
--- src/common/lib/libc/gen/rb.c:1.15 Thu May 9 10:56:24 2019
+++ src/common/lib/libc/gen/rb.c Thu Sep 16 21:29:41 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: rb.c,v 1.15 2019/05/09 10:56:24 skrll Exp $ */
+/* $NetBSD: rb.c,v 1.16 2021/09/16 21:29:41 andvar Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -45,10 +45,10 @@
#define KASSERT(s) do { } while (/*CONSTCOND*/ 0)
#define __rbt_unused __unused
#endif
-__RCSID("$NetBSD: rb.c,v 1.15 2019/05/09 10:56:24 skrll Exp $");
+__RCSID("$NetBSD: rb.c,v 1.16 2021/09/16 21:29:41 andvar Exp $");
#else
#include <lib/libkern/libkern.h>
-__KERNEL_RCSID(0, "$NetBSD: rb.c,v 1.15 2019/05/09 10:56:24 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rb.c,v 1.16 2021/09/16 21:29:41 andvar Exp $");
#ifndef DIAGNOSTIC
#define __rbt_unused __unused
#else
@@ -313,7 +313,7 @@ rb_tree_insert_node(struct rb_tree *rbt,
KASSERT(rb_tree_check_node(rbt, self, NULL, true));
}
- /* Succesfully inserted, return our node pointer. */
+ /* Successfully inserted, return our node pointer. */
return object;
}
Index: src/lib/libc/gdtoa/test/README
diff -u src/lib/libc/gdtoa/test/README:1.1.1.1 src/lib/libc/gdtoa/test/README:1.2
--- src/lib/libc/gdtoa/test/README:1.1.1.1 Sat Mar 19 16:26:42 2011
+++ src/lib/libc/gdtoa/test/README Thu Sep 16 21:29:41 2021
@@ -69,7 +69,7 @@ You can also or alternatively compile ge
-DUSE_MY_LOCALE (when ../gdtoa.a is compiled with -DUSE_LOCALE)
to test multi-byte decimal points.
-If in the parent directory, you have sucessfully invoked "make Printf"
+If in the parent directory, you have successfully invoked "make Printf"
to add a "printf" (called Printf and accessed via ../stdio1.h), then
here you can use "make pf_test" and (if you have both a 64-bit long
double and a 113-bit "quad" double type) "make pf_testLq" for a brief
Index: src/libexec/identd/identd.c
diff -u src/libexec/identd/identd.c:1.36 src/libexec/identd/identd.c:1.37
--- src/libexec/identd/identd.c:1.36 Sat Dec 10 22:08:13 2016
+++ src/libexec/identd/identd.c Thu Sep 16 21:29:41 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: identd.c,v 1.36 2016/12/10 22:08:13 christos Exp $ */
+/* $NetBSD: identd.c,v 1.37 2021/09/16 21:29:41 andvar Exp $ */
/*
* identd.c - TCP/IP Ident protocol server.
@@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: identd.c,v 1.36 2016/12/10 22:08:13 christos Exp $");
+__RCSID("$NetBSD: identd.c,v 1.37 2021/09/16 21:29:41 andvar Exp $");
#include <sys/param.h>
#include <sys/socket.h>
@@ -441,7 +441,7 @@ idhandle(int fd, const char *charset, co
forward(fd, (struct sockaddr *)&nat_addr,
nat_lport, fport, lport)) {
maybe_syslog(LOG_INFO,
- "Succesfully forwarded the request to %s",
+ "Successfully forwarded the request to %s",
gethost((struct sockaddr *)&nat_addr));
return 0;
}
@@ -796,7 +796,7 @@ sysctl_proxy_getuid(struct sockaddr_stor
return rc;
}
-/* Forward ident queries. Returns 1 when succesful, or zero if not. */
+/* Forward ident queries. Returns 1 when successful, or zero if not. */
static int
forward(int fd, struct sockaddr *nat_addr, int nat_lport, int fport, int lport)
{
Index: src/sys/arch/arm/imx/imx23_ssp.c
diff -u src/sys/arch/arm/imx/imx23_ssp.c:1.6 src/sys/arch/arm/imx/imx23_ssp.c:1.7
--- src/sys/arch/arm/imx/imx23_ssp.c:1.6 Sat Aug 7 16:18:44 2021
+++ src/sys/arch/arm/imx/imx23_ssp.c Thu Sep 16 21:29:41 2021
@@ -1,4 +1,4 @@
-/* $Id: imx23_ssp.c,v 1.6 2021/08/07 16:18:44 thorpej Exp $ */
+/* $Id: imx23_ssp.c,v 1.7 2021/09/16 21:29:41 andvar Exp $ */
/*
* Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -332,7 +332,7 @@ issp_attach(device_t parent, device_t se
return;
}
- /* Device instance was succesfully attached. */
+ /* Device instance was successfully attached. */
if (aa->aa_addr == HW_SSP1_BASE)
ssp_attached |= SSP1_ATTACHED;
if (aa->aa_addr == HW_SSP2_BASE)
Index: src/sys/arch/i386/pci/pci_intr_fixup.c
diff -u src/sys/arch/i386/pci/pci_intr_fixup.c:1.51 src/sys/arch/i386/pci/pci_intr_fixup.c:1.52
--- src/sys/arch/i386/pci/pci_intr_fixup.c:1.51 Sun Nov 10 21:16:28 2019
+++ src/sys/arch/i386/pci/pci_intr_fixup.c Thu Sep 16 21:29:41 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: pci_intr_fixup.c,v 1.51 2019/11/10 21:16:28 chs Exp $ */
+/* $NetBSD: pci_intr_fixup.c,v 1.52 2021/09/16 21:29:41 andvar Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -60,7 +60,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pci_intr_fixup.c,v 1.51 2019/11/10 21:16:28 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pci_intr_fixup.c,v 1.52 2021/09/16 21:29:41 andvar Exp $");
#include "opt_pcibios.h"
#include "opt_pcifixup.h"
@@ -585,7 +585,7 @@ pciintr_link_route(uint16_t *pciirq)
rv = 1;
} else {
/*
- * Succssfully routed interrupt. Mark this as
+ * Successfully routed interrupt. Mark this as
* a PCI interrupt.
*/
*pciirq |= (1 << l->irq);
Index: src/sys/dev/microcode/aic7xxx/aic79xx.seq
diff -u src/sys/dev/microcode/aic7xxx/aic79xx.seq:1.13 src/sys/dev/microcode/aic7xxx/aic79xx.seq:1.14
--- src/sys/dev/microcode/aic7xxx/aic79xx.seq:1.13 Fri Sep 3 22:33:17 2021
+++ src/sys/dev/microcode/aic7xxx/aic79xx.seq Thu Sep 16 21:29:41 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: aic79xx.seq,v 1.13 2021/09/03 22:33:17 andvar Exp $ */
+/* $NetBSD: aic79xx.seq,v 1.14 2021/09/16 21:29:41 andvar Exp $ */
/*
* Adaptec U320 device driver firmware for Linux and FreeBSD.
@@ -177,7 +177,7 @@ END_CRITICAL;
scbdma_tohost_done:
test CCSCBCTL, CCARREN jz fill_qoutfifo_dmadone;
/*
- * An SCB has been succesfully uploaded to the host.
+ * An SCB has been successfully uploaded to the host.
* If the SCB was uploaded for some reason other than
* bad SCSI status (currently only for underruns), we
* queue the SCB for normal completion. Otherwise, we
Index: src/sys/dev/pci/amdpm_smbusreg.h
diff -u src/sys/dev/pci/amdpm_smbusreg.h:1.2 src/sys/dev/pci/amdpm_smbusreg.h:1.3
--- src/sys/dev/pci/amdpm_smbusreg.h:1.2 Tue Feb 3 16:27:13 2009
+++ src/sys/dev/pci/amdpm_smbusreg.h Thu Sep 16 21:29:41 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: amdpm_smbusreg.h,v 1.2 2009/02/03 16:27:13 pgoyette Exp $ */
+/* $NetBSD: amdpm_smbusreg.h,v 1.3 2021/09/16 21:29:41 andvar Exp $ */
/*
* Copyright (c) 2005 Anil Gopinath ([email protected])
@@ -47,7 +47,7 @@
#define AMDPM_8111_SMBUS_GSR_RB 0x000A /* GSR contents to read a byte */
#define AMDPM_8111_SMBUS_GSR_WB 0x000A /* GSR contents to write a byte */
-#define AMDPM_8111_GSR_CYCLE_DONE 0x0010 /* indicates cycle done successfuly */
+#define AMDPM_8111_GSR_CYCLE_DONE 0x0010 /* indicates cycle done successfully */
#define AMDPM_8111_SMBUS_READ 0x0001 /* smbus read cycle indicator */
#define AMDPM_8111_SMBUS_RX 0x0001 /* smbus receive cycle indicator */
Index: src/sys/dev/pci/if_ena.c
diff -u src/sys/dev/pci/if_ena.c:1.30 src/sys/dev/pci/if_ena.c:1.31
--- src/sys/dev/pci/if_ena.c:1.30 Sat Jul 24 21:31:37 2021
+++ src/sys/dev/pci/if_ena.c Thu Sep 16 21:29:41 2021
@@ -36,7 +36,7 @@
#if 0
__FBSDID("$FreeBSD: head/sys/dev/ena/ena.c 333456 2018-05-10 09:37:54Z mw $");
#endif
-__KERNEL_RCSID(0, "$NetBSD: if_ena.c,v 1.30 2021/07/24 21:31:37 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_ena.c,v 1.31 2021/09/16 21:29:41 andvar Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -2816,7 +2816,7 @@ ena_check_and_collapse_mbuf(struct ena_r
return (ENOMEM);
}
- /* If mbuf was collapsed succesfully, original mbuf is released. */
+ /* If mbuf was collapsed successfully, original mbuf is released. */
*mbuf = collapsed_mbuf;
return (0);
Index: src/sys/kern/kern_module.c
diff -u src/sys/kern/kern_module.c:1.152 src/sys/kern/kern_module.c:1.153
--- src/sys/kern/kern_module.c:1.152 Fri Jun 11 23:41:47 2021
+++ src/sys/kern/kern_module.c Thu Sep 16 21:29:42 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: kern_module.c,v 1.152 2021/06/11 23:41:47 pgoyette Exp $ */
+/* $NetBSD: kern_module.c,v 1.153 2021/09/16 21:29:42 andvar Exp $ */
/*-
* Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_module.c,v 1.152 2021/06/11 23:41:47 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_module.c,v 1.153 2021/09/16 21:29:42 andvar Exp $");
#define _MODULE_INTERNAL
@@ -897,7 +897,7 @@ module_do_builtin(const module_t *pmod,
/*
* XXX: We'd like to panic here, but currently in some
* cases (such as nfsserver + nfs), the dependee can be
- * succesfully linked without the dependencies.
+ * successfully linked without the dependencies.
*/
module_error("built-in module %s can't find builtin "
"dependency `%s'", pmod->mod_info->mi_name, name);
Index: src/sys/rump/librump/rumpkern/vm.c
diff -u src/sys/rump/librump/rumpkern/vm.c:1.191 src/sys/rump/librump/rumpkern/vm.c:1.192
--- src/sys/rump/librump/rumpkern/vm.c:1.191 Sat Dec 5 19:08:50 2020
+++ src/sys/rump/librump/rumpkern/vm.c Thu Sep 16 21:29:42 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: vm.c,v 1.191 2020/12/05 19:08:50 chs Exp $ */
+/* $NetBSD: vm.c,v 1.192 2021/09/16 21:29:42 andvar Exp $ */
/*
* Copyright (c) 2007-2011 Antti Kantee. All Rights Reserved.
@@ -41,7 +41,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vm.c,v 1.191 2020/12/05 19:08:50 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vm.c,v 1.192 2021/09/16 21:29:42 andvar Exp $");
#include <sys/param.h>
#include <sys/atomic.h>
@@ -110,7 +110,7 @@ static unsigned long dddlim; /* 90% of
/*
* Try to free two pages worth of pages from objects.
- * If this succesfully frees a full page cache page, we'll
+ * If this successfully frees a full page cache page, we'll
* free the released page plus PAGE_SIZE/sizeof(vm_page).
*/
#define PAGEDAEMON_OBJCHUNK (2*PAGE_SIZE / sizeof(struct vm_page))
Index: src/sys/ufs/chfs/ebh_media.h
diff -u src/sys/ufs/chfs/ebh_media.h:1.1 src/sys/ufs/chfs/ebh_media.h:1.2
--- src/sys/ufs/chfs/ebh_media.h:1.1 Thu Nov 24 15:51:32 2011
+++ src/sys/ufs/chfs/ebh_media.h Thu Sep 16 21:29:42 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: ebh_media.h,v 1.1 2011/11/24 15:51:32 ahoka Exp $ */
+/* $NetBSD: ebh_media.h,v 1.2 2021/09/16 21:29:42 andvar Exp $ */
/*-
* Copyright (c) 2010 Department of Software Engineering,
@@ -85,10 +85,10 @@ struct chfs_eb_ec_hdr {
*
* @lid contains the logical block reference but only the first 31 bit (0-30) is
* used. The 32th bit is for marking a lid dirty (marked for recovery purposes).
- * If a new eraseblock is succesfully assigned with the same lid then the lid of
- * the old one is zeroed. If power failure happened during this operation then
- * the recovery detects that there is two eraseblock with the same lid, but one
- * of them is marked (the old one).
+ * If a new eraseblock is successfully assigned with the same lid then the lid
+ * of the old one is zeroed. If power failure happened during this operation
+ * then the recovery detects that there are two eraseblocks with the same lid,
+ * but one of them is marked (the old one).
*
* Invalidated eraseblock header means that the @crc and @lid is set to 0.
*/
Index: src/tests/fs/vfs/t_vnops.c
diff -u src/tests/fs/vfs/t_vnops.c:1.60 src/tests/fs/vfs/t_vnops.c:1.61
--- src/tests/fs/vfs/t_vnops.c:1.60 Thu Aug 19 20:56:36 2021
+++ src/tests/fs/vfs/t_vnops.c Thu Sep 16 21:29:42 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: t_vnops.c,v 1.60 2021/08/19 20:56:36 andvar Exp $ */
+/* $NetBSD: t_vnops.c,v 1.61 2021/09/16 21:29:42 andvar Exp $ */
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -195,7 +195,7 @@ dir_notempty(const atf_tc_t *tc, const c
rv = rump_sys_rmdir(pb);
if (rv != -1 || errno != ENOTEMPTY)
- atf_tc_fail("non-empty directory removed succesfully");
+ atf_tc_fail("non-empty directory removed successfully");
if (rump_sys_unlink(pb2) == -1)
atf_tc_fail_errno("cannot remove dir/file");
Index: src/usr.bin/rump_dhcpclient/rump.dhcpclient.1
diff -u src/usr.bin/rump_dhcpclient/rump.dhcpclient.1:1.3 src/usr.bin/rump_dhcpclient/rump.dhcpclient.1:1.4
--- src/usr.bin/rump_dhcpclient/rump.dhcpclient.1:1.3 Mon Feb 14 17:30:54 2011
+++ src/usr.bin/rump_dhcpclient/rump.dhcpclient.1 Thu Sep 16 21:29:42 2021
@@ -1,4 +1,4 @@
-.\" $NetBSD: rump.dhcpclient.1,v 1.3 2011/02/14 17:30:54 pooka Exp $
+.\" $NetBSD: rump.dhcpclient.1,v 1.4 2021/09/16 21:29:42 andvar Exp $
.\"
.\" Copyright (c) 2011 Antti Kantee. All rights reserved.
.\"
@@ -45,7 +45,7 @@ Additionally,
.Nm
does not save DNS resolver information.
.Pp
-After having succesfully configured networking,
+After having successfully configured networking,
.Nm
prints out the networking configuration and lease time and exits.
.Pp
Index: src/usr.sbin/puffs/mount_psshfs/node.c
diff -u src/usr.sbin/puffs/mount_psshfs/node.c:1.65 src/usr.sbin/puffs/mount_psshfs/node.c:1.66
--- src/usr.sbin/puffs/mount_psshfs/node.c:1.65 Fri Oct 7 21:09:57 2016
+++ src/usr.sbin/puffs/mount_psshfs/node.c Thu Sep 16 21:29:42 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: node.c,v 1.65 2016/10/07 21:09:57 christos Exp $ */
+/* $NetBSD: node.c,v 1.66 2021/09/16 21:29:42 andvar Exp $ */
/*
* Copyright (c) 2006-2009 Antti Kantee. All Rights Reserved.
@@ -27,7 +27,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: node.c,v 1.65 2016/10/07 21:09:57 christos Exp $");
+__RCSID("$NetBSD: node.c,v 1.66 2021/09/16 21:29:42 andvar Exp $");
#endif /* !lint */
#include <assert.h>
@@ -277,7 +277,7 @@ psshfs_node_create(struct puffs_usermoun
* reading potentially cached information. Rather, we defer the wait
* to read/write and therefore allow cached access without a wait.
*
- * If we have not yet succesfully opened a type of handle, we do wait
+ * If we have not yet successfully opened a type of handle, we do wait
* here. Also, if a lazy open fails, we revert back to the same
* state of waiting.
*/