Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Fix typo ("then" instead of "than")
details: https://anonhg.NetBSD.org/src/rev/7ebc0771e55e
branches: trunk
changeset: 325154:7ebc0771e55e
user: wiz <wiz%NetBSD.org@localhost>
date: Mon Dec 09 09:35:16 2013 +0000
description:
Fix typo ("then" instead of "than")
diffstat:
lib/libc/resolv/res_init.c | 6 +++---
sbin/atactl/atactl.c | 6 +++---
share/man/man4/iee.4 | 4 ++--
sys/arch/amiga/dev/toccata.c | 6 +++---
sys/arch/powerpc/booke/e500_tlb.c | 6 +++---
sys/arch/vax/vax/lock_stubs.S | 4 ++--
sys/arch/x68k/stand/boot_ufs/readufs_lfs.c | 4 ++--
sys/dev/dm/dm.h | 4 ++--
sys/dev/dm/doc/design.txt | 2 +-
sys/dev/ic/i82596.c | 10 +++++-----
sys/dev/pci/n8/common/api/n8_packet_IPSec.c | 6 +++---
sys/external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_kms.c | 2 +-
sys/external/bsd/drm2/dist/uapi/drm/drm_mode.h | 2 +-
sys/fs/nfs/client/nfs_clbio.c | 8 ++++----
sys/kern/subr_blist.c | 14 +++++++-------
sys/sys/blist.h | 4 ++--
sys/ufs/chfs/chfs_nodeops.c | 4 ++--
usr.bin/rfcomm_sppd/rfcomm_sppd.c | 6 +++---
usr.sbin/lmcconfig/lmcconfig.8 | 4 ++--
19 files changed, 51 insertions(+), 51 deletions(-)
diffs (truncated from 467 to 300 lines):
diff -r 25afdbeecdf1 -r 7ebc0771e55e lib/libc/resolv/res_init.c
--- a/lib/libc/resolv/res_init.c Mon Dec 09 09:22:44 2013 +0000
+++ b/lib/libc/resolv/res_init.c Mon Dec 09 09:35:16 2013 +0000
@@ -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 @@
* 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
diff -r 25afdbeecdf1 -r 7ebc0771e55e sbin/atactl/atactl.c
--- a/sbin/atactl/atactl.c Mon Dec 09 09:22:44 2013 +0000
+++ b/sbin/atactl/atactl.c Mon Dec 09 09:35:16 2013 +0000
@@ -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 @@
{ 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 }
};
diff -r 25afdbeecdf1 -r 7ebc0771e55e share/man/man4/iee.4
--- a/share/man/man4/iee.4 Mon Dec 09 09:22:44 2013 +0000
+++ b/share/man/man4/iee.4 Mon Dec 09 09:35:16 2013 +0000
@@ -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 @@
.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
diff -r 25afdbeecdf1 -r 7ebc0771e55e sys/arch/amiga/dev/toccata.c
--- a/sys/arch/amiga/dev/toccata.c Mon Dec 09 09:22:44 2013 +0000
+++ b/sys/arch/amiga/dev/toccata.c Mon Dec 09 09:35:16 2013 +0000
@@ -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 @@
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,
diff -r 25afdbeecdf1 -r 7ebc0771e55e sys/arch/powerpc/booke/e500_tlb.c
--- a/sys/arch/powerpc/booke/e500_tlb.c Mon Dec 09 09:22:44 2013 +0000
+++ b/sys/arch/powerpc/booke/e500_tlb.c Mon Dec 09 09:35:16 2013 +0000
@@ -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 @@
* 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]).
*/
diff -r 25afdbeecdf1 -r 7ebc0771e55e sys/arch/vax/vax/lock_stubs.S
--- a/sys/arch/vax/vax/lock_stubs.S Mon Dec 09 09:22:44 2013 +0000
+++ b/sys/arch/vax/vax/lock_stubs.S Mon Dec 09 09:35:16 2013 +0000
@@ -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 @@
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 */
diff -r 25afdbeecdf1 -r 7ebc0771e55e sys/arch/x68k/stand/boot_ufs/readufs_lfs.c
--- a/sys/arch/x68k/stand/boot_ufs/readufs_lfs.c Mon Dec 09 09:22:44 2013 +0000
+++ b/sys/arch/x68k/stand/boot_ufs/readufs_lfs.c Mon Dec 09 09:35:16 2013 +0000
@@ -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 @@
#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
/*
diff -r 25afdbeecdf1 -r 7ebc0771e55e sys/dev/dm/dm.h
--- a/sys/dev/dm/dm.h Mon Dec 09 09:22:44 2013 +0000
+++ b/sys/dev/dm/dm.h Mon Dec 09 09:35:16 2013 +0000
@@ -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 @@
/*
* 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 {
diff -r 25afdbeecdf1 -r 7ebc0771e55e sys/dev/dm/doc/design.txt
--- a/sys/dev/dm/doc/design.txt Mon Dec 09 09:22:44 2013 +0000
+++ b/sys/dev/dm/doc/design.txt Mon Dec 09 09:35:16 2013 +0000
@@ -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>
diff -r 25afdbeecdf1 -r 7ebc0771e55e sys/dev/ic/i82596.c
--- a/sys/dev/ic/i82596.c Mon Dec 09 09:22:44 2013 +0000
+++ b/sys/dev/ic/i82596.c Mon Dec 09 09:35:16 2013 +0000
@@ -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 @@
* 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 @@
/* 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 @@
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",
diff -r 25afdbeecdf1 -r 7ebc0771e55e sys/dev/pci/n8/common/api/n8_packet_IPSec.c
--- a/sys/dev/pci/n8/common/api/n8_packet_IPSec.c Mon Dec 09 09:22:44 2013 +0000
+++ b/sys/dev/pci/n8/common/api/n8_packet_IPSec.c Mon Dec 09 09:35:16 2013 +0000
@@ -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 @@
* @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
*
diff -r 25afdbeecdf1 -r 7ebc0771e55e sys/external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_kms.c
--- a/sys/external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_kms.c Mon Dec 09 09:22:44 2013 +0000
+++ b/sys/external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_kms.c Mon Dec 09 09:35:16 2013 +0000
@@ -295,7 +295,7 @@
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,
diff -r 25afdbeecdf1 -r 7ebc0771e55e sys/external/bsd/drm2/dist/uapi/drm/drm_mode.h
--- a/sys/external/bsd/drm2/dist/uapi/drm/drm_mode.h Mon Dec 09 09:22:44 2013 +0000
+++ b/sys/external/bsd/drm2/dist/uapi/drm/drm_mode.h Mon Dec 09 09:35:16 2013 +0000
@@ -327,7 +327,7 @@
* 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.
diff -r 25afdbeecdf1 -r 7ebc0771e55e sys/fs/nfs/client/nfs_clbio.c
--- a/sys/fs/nfs/client/nfs_clbio.c Mon Dec 09 09:22:44 2013 +0000
+++ b/sys/fs/nfs/client/nfs_clbio.c Mon Dec 09 09:35:16 2013 +0000
@@ -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 $");
Home |
Main Index |
Thread Index |
Old Index