Module Name: src
Committed By: wiz
Date: Mon Dec 9 09:35:17 UTC 2013
Modified Files:
src/lib/libc/resolv: res_init.c
src/sbin/atactl: atactl.c
src/share/man/man4: iee.4
src/sys/arch/amiga/dev: toccata.c
src/sys/arch/powerpc/booke: e500_tlb.c
src/sys/arch/vax/vax: lock_stubs.S
src/sys/arch/x68k/stand/boot_ufs: readufs_lfs.c
src/sys/dev/dm: dm.h
src/sys/dev/dm/doc: design.txt
src/sys/dev/ic: i82596.c
src/sys/dev/pci/n8/common/api: n8_packet_IPSec.c
src/sys/external/bsd/drm2/dist/drm/vmwgfx: vmwgfx_kms.c
src/sys/external/bsd/drm2/dist/uapi/drm: drm_mode.h
src/sys/fs/nfs/client: nfs_clbio.c
src/sys/kern: subr_blist.c
src/sys/sys: blist.h
src/sys/ufs/chfs: chfs_nodeops.c
src/usr.bin/rfcomm_sppd: rfcomm_sppd.c
src/usr.sbin/lmcconfig: lmcconfig.8
Log Message:
Fix typo ("then" instead of "than")
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/lib/libc/resolv/res_init.c
cvs rdiff -u -r1.72 -r1.73 src/sbin/atactl/atactl.c
cvs rdiff -u -r1.6 -r1.7 src/share/man/man4/iee.4
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/amiga/dev/toccata.c
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/powerpc/booke/e500_tlb.c
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/vax/vax/lock_stubs.S
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/x68k/stand/boot_ufs/readufs_lfs.c
cvs rdiff -u -r1.24 -r1.25 src/sys/dev/dm/dm.h
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/dm/doc/design.txt
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/ic/i82596.c
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/pci/n8/common/api/n8_packet_IPSec.c
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/sys/external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_kms.c
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/sys/external/bsd/drm2/dist/uapi/drm/drm_mode.h
cvs rdiff -u -r1.1.1.1 -r1.2 src/sys/fs/nfs/client/nfs_clbio.c
cvs rdiff -u -r1.11 -r1.12 src/sys/kern/subr_blist.c
cvs rdiff -u -r1.7 -r1.8 src/sys/sys/blist.h
cvs rdiff -u -r1.3 -r1.4 src/sys/ufs/chfs/chfs_nodeops.c
cvs rdiff -u -r1.15 -r1.16 src/usr.bin/rfcomm_sppd/rfcomm_sppd.c
cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/lmcconfig/lmcconfig.8
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/resolv/res_init.c
diff -u src/lib/libc/resolv/res_init.c:1.26 src/lib/libc/resolv/res_init.c:1.27
--- src/lib/libc/resolv/res_init.c:1.26 Sun Sep 9 18:04:26 2012
+++ src/lib/libc/resolv/res_init.c Mon Dec 9 09:35:16 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: res_init.c,v 1.26 2012/09/09 18:04:26 christos Exp $ */
+/* $NetBSD: res_init.c,v 1.27 2013/12/09 09:35:16 wiz Exp $ */
/*
* Copyright (c) 1985, 1989, 1993
@@ -76,7 +76,7 @@
static const char sccsid[] = "@(#)res_init.c 8.1 (Berkeley) 6/7/93";
static const char rcsid[] = "Id: res_init.c,v 1.26 2008/12/11 09:59:00 marka Exp";
#else
-__RCSID("$NetBSD: res_init.c,v 1.26 2012/09/09 18:04:26 christos Exp $");
+__RCSID("$NetBSD: res_init.c,v 1.27 2013/12/09 09:35:16 wiz Exp $");
#endif
#endif /* LIBC_SCCS and not lint */
@@ -269,7 +269,7 @@ __res_vinit(res_state statp, int preinit
* Examples and applications exist which do not check
* our return code. Furthermore several applications
* simply call us to get the systems domainname. So
- * rather then immediately fail here we store the
+ * rather than immediately fail here we store the
* failure, which is returned later, in h_errno. And
* prevent the collection of 'nameserver' information
* by setting maxns to 0. Thus applications that fail
Index: src/sbin/atactl/atactl.c
diff -u src/sbin/atactl/atactl.c:1.72 src/sbin/atactl/atactl.c:1.73
--- src/sbin/atactl/atactl.c:1.72 Wed Oct 30 15:37:49 2013
+++ src/sbin/atactl/atactl.c Mon Dec 9 09:35:16 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: atactl.c,v 1.72 2013/10/30 15:37:49 drochner Exp $ */
+/* $NetBSD: atactl.c,v 1.73 2013/12/09 09:35:16 wiz Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: atactl.c,v 1.72 2013/10/30 15:37:49 drochner Exp $");
+__RCSID("$NetBSD: atactl.c,v 1.73 2013/12/09 09:35:16 wiz Exp $");
#endif
@@ -577,7 +577,7 @@ static const struct {
{ 127, "Abort off-line test" },
{ 129, "Short captive" },
{ 130, "Extended captive" },
- { 256, "Unknown test" }, /* larger then uint8_t */
+ { 256, "Unknown test" }, /* larger than uint8_t */
{ 0, NULL }
};
Index: src/share/man/man4/iee.4
diff -u src/share/man/man4/iee.4:1.6 src/share/man/man4/iee.4:1.7
--- src/share/man/man4/iee.4:1.6 Tue Aug 6 19:02:57 2013
+++ src/share/man/man4/iee.4 Mon Dec 9 09:35:16 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: iee.4,v 1.6 2013/08/06 19:02:57 snj Exp $
+.\" $NetBSD: iee.4,v 1.7 2013/12/09 09:35:16 wiz Exp $
.\" Copyright (c) 2002 Jochen Kunz.
.\" All rights reserved.
.\"
@@ -108,7 +108,7 @@ Number of frames lost because the system
.It "iee%d: iee_intr: rcvcdt_err=%d"
Number of collisions detected during frame reception.
.It "iee%d: iee_intr: short_fr_err=%d"
-Number of frames received that where shorter then the minimum frame length.
+Number of frames received that where shorter than the minimum frame length.
.It "iee%d: iee_start: failed to load DMA map"
A
.Xr mbuf 9
Index: src/sys/arch/amiga/dev/toccata.c
diff -u src/sys/arch/amiga/dev/toccata.c:1.15 src/sys/arch/amiga/dev/toccata.c:1.16
--- src/sys/arch/amiga/dev/toccata.c:1.15 Wed Nov 23 23:07:28 2011
+++ src/sys/arch/amiga/dev/toccata.c Mon Dec 9 09:35:16 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: toccata.c,v 1.15 2011/11/23 23:07:28 jmcneill Exp $ */
+/* $NetBSD: toccata.c,v 1.16 2013/12/09 09:35:16 wiz Exp $ */
/*-
* Copyright (c) 1998, 1999, 2001, 2002 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: toccata.c,v 1.15 2011/11/23 23:07:28 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: toccata.c,v 1.16 2013/12/09 09:35:16 wiz Exp $");
#include <sys/types.h>
#include <sys/param.h>
@@ -181,7 +181,7 @@ const struct audio_hw_if audiocs_hw_if =
toccata_close,
0, /*
* XXX toccata_drain could be written:
- * sleep for play interrupt. This loses less then 512 bytes of
+ * sleep for play interrupt. This loses less than 512 bytes of
* sample data, otherwise up to 1024.
*/
ad1848_query_encoding,
Index: src/sys/arch/powerpc/booke/e500_tlb.c
diff -u src/sys/arch/powerpc/booke/e500_tlb.c:1.12 src/sys/arch/powerpc/booke/e500_tlb.c:1.13
--- src/sys/arch/powerpc/booke/e500_tlb.c:1.12 Tue Nov 27 19:24:46 2012
+++ src/sys/arch/powerpc/booke/e500_tlb.c Mon Dec 9 09:35:16 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: e500_tlb.c,v 1.12 2012/11/27 19:24:46 matt Exp $ */
+/* $NetBSD: e500_tlb.c,v 1.13 2013/12/09 09:35:16 wiz Exp $ */
/*-
* Copyright (c) 2010, 2011 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -38,7 +38,7 @@
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: e500_tlb.c,v 1.12 2012/11/27 19:24:46 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: e500_tlb.c,v 1.13 2013/12/09 09:35:16 wiz Exp $");
#include <sys/param.h>
@@ -141,7 +141,7 @@ hwtlb_read(uint32_t mas0, u_int slot)
* ESEL is the way we want to look up.
* If tlbassoc is the same as tlbentries (like in TLB1) then the TLB is
* fully associative, the entire slot is placed into ESEL. If tlbassoc
- * is less then the number of tlb entries, the slot is split in two
+ * is less than the number of tlb entries, the slot is split in two
* fields. Since the TLB is M rows by N ways, the lowers bits are for
* row (MAS2[EPN]) and the upper for the way (MAS1[ESEL]).
*/
Index: src/sys/arch/vax/vax/lock_stubs.S
diff -u src/sys/arch/vax/vax/lock_stubs.S:1.17 src/sys/arch/vax/vax/lock_stubs.S:1.18
--- src/sys/arch/vax/vax/lock_stubs.S:1.17 Sat Nov 13 02:23:27 2010
+++ src/sys/arch/vax/vax/lock_stubs.S Mon Dec 9 09:35:16 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: lock_stubs.S,v 1.17 2010/11/13 02:23:27 matt Exp $ */
+/* $NetBSD: lock_stubs.S,v 1.18 2013/12/09 09:35:16 wiz Exp $ */
/*-
* Copyright (c) 2002, 2006, 2007 The NetBSD Foundation, Inc.
@@ -197,7 +197,7 @@ ENTRY(rw_exit, 0)
blbs %r2, 3f /* RW_HAS_WAITERS mbz */
subl3 $RW_READ_INCR, %r2, %r3 /* decr. reader count (new) */
- blss 3f /* if less then 0, go slow */
+ blss 3f /* if less than 0, go slow */
#ifndef MULTIPROCESSOR
mfpr $PR_SSP, %r4 /* get curlwp */
addl3 $CI_CAS_ADDR, L_CPU(%r4), %r4 /* r4 == &curcpu()->ci_cas_addr */
Index: src/sys/arch/x68k/stand/boot_ufs/readufs_lfs.c
diff -u src/sys/arch/x68k/stand/boot_ufs/readufs_lfs.c:1.14 src/sys/arch/x68k/stand/boot_ufs/readufs_lfs.c:1.15
--- src/sys/arch/x68k/stand/boot_ufs/readufs_lfs.c:1.14 Tue Jun 18 18:18:58 2013
+++ src/sys/arch/x68k/stand/boot_ufs/readufs_lfs.c Mon Dec 9 09:35:16 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: readufs_lfs.c,v 1.14 2013/06/18 18:18:58 christos Exp $ */
+/* $NetBSD: readufs_lfs.c,v 1.15 2013/12/09 09:35:16 wiz Exp $ */
/* from Id: readufs_lfs.c,v 1.7 2003/10/15 14:16:58 itohy Exp */
/*
@@ -129,7 +129,7 @@ try_lfs(void)
#if 0
fsi_lfs.ibsize = (fsi_lfs.version == 1) ? s->dlfs_bsize : s->dlfs_fsize;
#else /* simplify calculation to reduce code size */
- /* use fsi.bsize (larger then needed for v2, but probably no harm) */
+ /* use fsi.bsize (larger than needed for v2, but probably no harm) */
#endif
/*
Index: src/sys/dev/dm/dm.h
diff -u src/sys/dev/dm/dm.h:1.24 src/sys/dev/dm/dm.h:1.25
--- src/sys/dev/dm/dm.h:1.24 Sat Jul 28 00:43:22 2012
+++ src/sys/dev/dm/dm.h Mon Dec 9 09:35:16 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: dm.h,v 1.24 2012/07/28 00:43:22 matt Exp $ */
+/* $NetBSD: dm.h,v 1.25 2013/12/09 09:35:16 wiz Exp $ */
/*
* Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -102,7 +102,7 @@ typedef struct dm_table_head {
/*
* This structure is used to store opened vnodes for disk with name.
* I need this because devices can be opened only once, but I can
- * have more then one device on one partition.
+ * have more than one device on one partition.
*/
typedef struct dm_pdev {
Index: src/sys/dev/dm/doc/design.txt
diff -u src/sys/dev/dm/doc/design.txt:1.2 src/sys/dev/dm/doc/design.txt:1.3
--- src/sys/dev/dm/doc/design.txt:1.2 Fri Dec 19 15:24:03 2008
+++ src/sys/dev/dm/doc/design.txt Mon Dec 9 09:35:16 2013
@@ -377,7 +377,7 @@
char name[0];
};
- Because I need more then on dm_target_version I will need one major proplib
+ Because I need more than one dm_target_version I will need one major proplib
dictionary to store children dictionaries with target data.
<dict>
Index: src/sys/dev/ic/i82596.c
diff -u src/sys/dev/ic/i82596.c:1.29 src/sys/dev/ic/i82596.c:1.30
--- src/sys/dev/ic/i82596.c:1.29 Mon Apr 5 07:19:35 2010
+++ src/sys/dev/ic/i82596.c Mon Dec 9 09:35:16 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: i82596.c,v 1.29 2010/04/05 07:19:35 joerg Exp $ */
+/* $NetBSD: i82596.c,v 1.30 2013/12/09 09:35:16 wiz Exp $ */
/*
* Copyright (c) 2003 Jochen Kunz.
@@ -43,7 +43,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: i82596.c,v 1.29 2010/04/05 07:19:35 joerg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: i82596.c,v 1.30 2013/12/09 09:35:16 wiz Exp $");
/* autoconfig and device stuff */
#include <sys/param.h>
@@ -435,7 +435,7 @@ iee_intr(void *intarg)
* suspend the Command Unit to avoid race conditions. After a suspend
* is sent we have to wait for an interrupt that ACKs the suspend. Then
* we can manipulate the CBL and resume operation. I am not sure that this
- * is more effective then the current, much simpler approach. => KISS
+ * is more effective than the current, much simpler approach. => KISS
* See i82596CA data sheet page 26.
*
* A CBL is running or on the way to be set up when (sc->sc_next_cb != 0).
@@ -526,7 +526,7 @@ iee_cb_setup(struct iee_softc *sc, uint3
/* disable ALLMULTI and load mcast list */
ifp->if_flags &= ~IFF_ALLMULTI;
sc->sc_cf[11] |= IEE_CF_11_MCALL;
- /* Mcast setup may need more then sc->sc_cb_sz bytes. */
+ /* Mcast setup may need more than sc->sc_cb_sz bytes. */
bus_dmamap_sync(sc->sc_dmat, sc->sc_shmem_map,
sc->sc_cb_off,
sc->sc_cb_sz * IEE_NCB +
@@ -744,7 +744,7 @@ iee_start(struct ifnet *ifp)
if (bus_dmamap_load_mbuf(sc->sc_dmat, sc->sc_tx_map[t],
sc->sc_tx_mbuf[t], BUS_DMA_WRITE | BUS_DMA_NOWAIT) != 0) {
/*
- * The packet needs more TBD then we support.
+ * The packet needs more TBD than we support.
* Copy the packet into a mbuf cluster to get it out.
*/
printf("%s: iee_start: failed to load DMA map\n",
Index: src/sys/dev/pci/n8/common/api/n8_packet_IPSec.c
diff -u src/sys/dev/pci/n8/common/api/n8_packet_IPSec.c:1.1 src/sys/dev/pci/n8/common/api/n8_packet_IPSec.c:1.2
--- src/sys/dev/pci/n8/common/api/n8_packet_IPSec.c:1.1 Thu Oct 30 12:02:14 2008
+++ src/sys/dev/pci/n8/common/api/n8_packet_IPSec.c Mon Dec 9 09:35:17 2013
@@ -32,7 +32,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-static char const n8_id[] = "$Id: n8_packet_IPSec.c,v 1.1 2008/10/30 12:02:14 darran Exp $";
+static char const n8_id[] = "$Id: n8_packet_IPSec.c,v 1.2 2013/12/09 09:35:17 wiz Exp $";
/*****************************************************************************/
/** @file n8_packet_IPSec.c
* @brief Contains IPSec packet level interface functions.
@@ -241,8 +241,8 @@ static void resultHandlerIPSecVerify(API
* @par Errors:
* N8_INVALID_OBJECT - packet object is zero, couldn't write to unspecified
* address<BR>
- * N8_INVALID_INPUT_SIZE - The value of packetLength is less then 8 or bigger
- * then 17 KBytes or is not a multiple of 8.
+ * N8_INVALID_INPUT_SIZE - The value of packetLength is less than 8 or bigger
+ * than 17 KBytes or is not a multiple of 8.
* N8_UNIMPLEMENTED_FUNCTION - not supported protocol configuration requested
* N8_HARDWARE_ERROR - couldn't write to context memory
*
Index: src/sys/external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_kms.c
diff -u src/sys/external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_kms.c:1.1.1.1 src/sys/external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_kms.c:1.2
--- src/sys/external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_kms.c:1.1.1.1 Tue Jul 23 02:13:29 2013
+++ src/sys/external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_kms.c Mon Dec 9 09:35:17 2013
@@ -295,7 +295,7 @@ void vmw_kms_cursor_snoop(struct vmw_sur
box->d != 1 || box_count != 1) {
/* TODO handle none page aligned offsets */
/* TODO handle more dst & src != 0 */
- /* TODO handle more then one copy */
+ /* TODO handle more than one copy */
DRM_ERROR("Cant snoop dma request for cursor!\n");
DRM_ERROR("(%u, %u, %u) (%u, %u, %u) (%ux%ux%u) %u %u\n",
box->srcx, box->srcy, box->srcz,
Index: src/sys/external/bsd/drm2/dist/uapi/drm/drm_mode.h
diff -u src/sys/external/bsd/drm2/dist/uapi/drm/drm_mode.h:1.1.1.1 src/sys/external/bsd/drm2/dist/uapi/drm/drm_mode.h:1.2
--- src/sys/external/bsd/drm2/dist/uapi/drm/drm_mode.h:1.1.1.1 Tue Jul 23 02:13:30 2013
+++ src/sys/external/bsd/drm2/dist/uapi/drm/drm_mode.h Mon Dec 9 09:35:17 2013
@@ -327,7 +327,7 @@ struct drm_mode_fb_cmd2 {
* allows userspace to tell the kernel and the hardware what
* regions of the framebuffer have changed.
*
- * The kernel or hardware is free to update more then just the
+ * The kernel or hardware is free to update more than just the
* region specified by the clip rects. The kernel or hardware
* may also delay and/or coalesce several calls to dirty into a
* single update.
Index: src/sys/fs/nfs/client/nfs_clbio.c
diff -u src/sys/fs/nfs/client/nfs_clbio.c:1.1.1.1 src/sys/fs/nfs/client/nfs_clbio.c:1.2
--- src/sys/fs/nfs/client/nfs_clbio.c:1.1.1.1 Mon Sep 30 07:19:30 2013
+++ src/sys/fs/nfs/client/nfs_clbio.c Mon Dec 9 09:35:17 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: nfs_clbio.c,v 1.1.1.1 2013/09/30 07:19:30 dholland Exp $ */
+/* $NetBSD: nfs_clbio.c,v 1.2 2013/12/09 09:35:17 wiz Exp $ */
/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
@@ -35,7 +35,7 @@
#include <sys/cdefs.h>
/* __FBSDID("FreeBSD: head/sys/fs/nfsclient/nfs_clbio.c 252072 2013-06-21 22:26:18Z rmacklem "); */
-__RCSID("$NetBSD: nfs_clbio.c,v 1.1.1.1 2013/09/30 07:19:30 dholland Exp $");
+__RCSID("$NetBSD: nfs_clbio.c,v 1.2 2013/12/09 09:35:17 wiz Exp $");
#include "opt_kdtrace.h"
@@ -1187,7 +1187,7 @@ again:
if (error != 0 && !bp_cached) {
/*
- * This block has no other content then what
+ * This block has no other content than what
* possibly was written by the faulty uiomove.
* Release it, forgetting the data pages, to
* prevent the leak of uninitialized data to
@@ -1480,7 +1480,7 @@ again:
if (gotiod) {
/*
* Ensure that the queue never grows too large. We still want
- * to asynchronize so we block rather then return EIO.
+ * to asynchronize so we block rather than return EIO.
*/
while (nmp->nm_bufqlen >= 2*ncl_numasync) {
NFS_DPF(ASYNCIO,
Index: src/sys/kern/subr_blist.c
diff -u src/sys/kern/subr_blist.c:1.11 src/sys/kern/subr_blist.c:1.12
--- src/sys/kern/subr_blist.c:1.11 Sat Feb 9 00:31:21 2013
+++ src/sys/kern/subr_blist.c Mon Dec 9 09:35:17 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: subr_blist.c,v 1.11 2013/02/09 00:31:21 christos Exp $ */
+/* $NetBSD: subr_blist.c,v 1.12 2013/12/09 09:35:17 wiz Exp $ */
/*-
* Copyright (c) 1998 Matthew Dillon. All Rights Reserved.
@@ -31,7 +31,7 @@
*
* This module implements a general bitmap allocator/deallocator. The
* allocator eats around 2 bits per 'block'. The module does not
- * try to interpret the meaning of a 'block' other then to return
+ * try to interpret the meaning of a 'block' other than to return
* BLIST_NONE on an allocation failure.
*
* A radix tree is used to maintain the bitmap. Two radix constants are
@@ -59,7 +59,7 @@
* the memory subsystem. In contrast, the rlist code may allocate memory
* on an rlist_free() call. The non-blocking features of the blist code
* are used to great advantage in the swap code (vm/nswap_pager.c). The
- * rlist code uses a little less overall memory then the blist code (but
+ * rlist code uses a little less overall memory than the blist code (but
* due to swap interleaving not all that much less), but the blist code
* scales much, much better.
*
@@ -74,7 +74,7 @@
* to cover the number of blocks requested at creation time even if it
* must be encompassed in larger root-node radix.
*
- * NOTE: the allocator cannot currently allocate more then
+ * NOTE: the allocator cannot currently allocate more than
* BLIST_BMAP_RADIX blocks per call. It will panic with 'allocation too
* large' if you try. This is an area that could use improvement. The
* radix is large enough that this restriction does not effect the swap
@@ -86,7 +86,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: subr_blist.c,v 1.11 2013/02/09 00:31:21 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: subr_blist.c,v 1.12 2013/12/09 09:35:17 wiz Exp $");
#if 0
__FBSDID("$FreeBSD: src/sys/kern/subr_blist.c,v 1.17 2004/06/04 04:03:25 alc Exp $");
#endif
@@ -174,7 +174,7 @@ static void blst_radix_print(blmeta_t *s
* blist_create() - create a blist capable of handling up to the specified
* number of blocks
*
- * blocks must be greater then 0
+ * blocks must be greater than 0
*
* The smallest blist consists of a single leaf node capable of
* managing BLIST_BMAP_RADIX blocks.
@@ -868,7 +868,7 @@ blst_meta_fill(
*
* Initialize our meta structures and bitmaps and calculate the exact
* amount of space required to manage 'count' blocks - this space may
- * be considerably less then the calculated radix due to the large
+ * be considerably less than the calculated radix due to the large
* RADIX values we use.
*/
Index: src/sys/sys/blist.h
diff -u src/sys/sys/blist.h:1.7 src/sys/sys/blist.h:1.8
--- src/sys/sys/blist.h:1.7 Sun Dec 11 12:25:20 2005
+++ src/sys/sys/blist.h Mon Dec 9 09:35:17 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: blist.h,v 1.7 2005/12/11 12:25:20 christos Exp $ */
+/* $NetBSD: blist.h,v 1.8 2013/12/09 09:35:17 wiz Exp $ */
/*-
* Copyright (c) 1998 Matthew Dillon. All Rights Reserved.
@@ -66,7 +66,7 @@ typedef uint32_t blist_bitmap_t;
typedef uint32_t blist_blkno_t;
/*
- * note: currently use BLIST_NONE as an absolute value rather then
+ * note: currently use BLIST_NONE as an absolute value rather than
* a flag bit.
*/
Index: src/sys/ufs/chfs/chfs_nodeops.c
diff -u src/sys/ufs/chfs/chfs_nodeops.c:1.3 src/sys/ufs/chfs/chfs_nodeops.c:1.4
--- src/sys/ufs/chfs/chfs_nodeops.c:1.3 Fri Oct 19 12:44:39 2012
+++ src/sys/ufs/chfs/chfs_nodeops.c Mon Dec 9 09:35:17 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: chfs_nodeops.c,v 1.3 2012/10/19 12:44:39 ttoth Exp $ */
+/* $NetBSD: chfs_nodeops.c,v 1.4 2013/12/09 09:35:17 wiz Exp $ */
/*-
* Copyright (c) 2010 Department of Software Engineering,
@@ -51,7 +51,7 @@ chfs_update_eb_dirty(struct chfs_mount *
return 0;
if (size > cheb->free_size) {
- chfs_err("free_size (%d) is less then dirty space (%d) "
+ chfs_err("free_size (%d) is less than dirty space (%d) "
"on block (%d)\n", cheb->free_size, size, cheb->lnr);
return 1;
}
Index: src/usr.bin/rfcomm_sppd/rfcomm_sppd.c
diff -u src/usr.bin/rfcomm_sppd/rfcomm_sppd.c:1.15 src/usr.bin/rfcomm_sppd/rfcomm_sppd.c:1.16
--- src/usr.bin/rfcomm_sppd/rfcomm_sppd.c:1.15 Mon Jul 18 21:51:06 2011
+++ src/usr.bin/rfcomm_sppd/rfcomm_sppd.c Mon Dec 9 09:35:17 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: rfcomm_sppd.c,v 1.15 2011/07/18 21:51:06 christos Exp $ */
+/* $NetBSD: rfcomm_sppd.c,v 1.16 2013/12/09 09:35:17 wiz Exp $ */
/*-
* Copyright (c) 2006 Itronix Inc.
@@ -62,7 +62,7 @@ __COPYRIGHT("@(#) Copyright (c) 2009 The
Copyright (c) 2006 Itronix, Inc.\
Copyright (c) 2003 Maksim Yevmenkin [email protected].\
All rights reserved.");
-__RCSID("$NetBSD: rfcomm_sppd.c,v 1.15 2011/07/18 21:51:06 christos Exp $");
+__RCSID("$NetBSD: rfcomm_sppd.c,v 1.16 2013/12/09 09:35:17 wiz Exp $");
#include <sys/param.h>
@@ -294,7 +294,7 @@ open_tty(const char *tty)
int master;
/*
- * Construct master PTY name. The slave tty name must be less then
+ * Construct master PTY name. The slave tty name must be less than
* PATH_MAX characters in length, must contain '/' character and
* must not end with '/'.
*/
Index: src/usr.sbin/lmcconfig/lmcconfig.8
diff -u src/usr.sbin/lmcconfig/lmcconfig.8:1.6 src/usr.sbin/lmcconfig/lmcconfig.8:1.7
--- src/usr.sbin/lmcconfig/lmcconfig.8:1.6 Sat Jul 20 21:40:02 2013
+++ src/usr.sbin/lmcconfig/lmcconfig.8 Mon Dec 9 09:35:17 2013
@@ -41,7 +41,7 @@
.\" this program; if not, write to the Free Software Foundation, Inc., 59
.\" Temple Place - Suite 330, Boston, MA 02111-1307, USA.
.\"
-.\" $NetBSD: lmcconfig.8,v 1.6 2013/07/20 21:40:02 wiz Exp $
+.\" $NetBSD: lmcconfig.8,v 1.7 2013/12/09 09:35:17 wiz Exp $
.\"
.Dd April 11, 2006
.Dt LMCCONFIG 8
@@ -136,7 +136,7 @@ All parameters after this apply to the T
.\"
.Ss Parameters for all cards
.\"
-The following parameters apply to more then one card type.
+The following parameters apply to more than one card type.
.Bl -tag -width "-W addr data"
.It Fl a Ar number
Set Transmitter clock source to