Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Typos.
details: https://anonhg.NetBSD.org/src/rev/cfd3aa73b83e
branches: trunk
changeset: 359368:cfd3aa73b83e
user: dholland <dholland%NetBSD.org@localhost>
date: Thu Feb 08 09:05:16 2018 +0000
description:
Typos.
diffstat:
bin/ed/cbc.c | 6 +++---
games/trek/snova.c | 6 +++---
lib/libcurses/curses_touch.3 | 4 ++--
lib/libisns/isns_pdu.c | 6 +++---
lib/libpuffs/puffs.c | 6 +++---
lib/libukfs/ukfs.3 | 6 +++---
sbin/fsck_msdos/boot.c | 4 ++--
sbin/nvmectl/bignum.c | 6 +++---
sys/arch/arc/arc/c_nec_eisa.c | 6 +++---
sys/arch/arm/xscale/i80312reg.h | 4 ++--
sys/arch/atari/dev/fd.c | 6 +++---
sys/arch/atari/dev/kbd.c | 6 +++---
sys/arch/atari/dev/zs.c | 6 +++---
sys/arch/evbarm/lubbock/if_sm_obio.c | 6 +++---
sys/arch/evbmips/loongson/dev/glx.c | 6 +++---
sys/arch/hppa/conf/GENERIC | 6 +++---
sys/arch/hppa/gsc/if_ie_gsc.c | 6 +++---
sys/arch/hppa/include/psl.h | 4 ++--
sys/arch/playstation2/dev/if_smap.c | 6 +++---
sys/arch/playstation2/playstation2/interrupt.c | 6 +++---
sys/arch/sandpoint/stand/altboot/main.c | 4 ++--
sys/arch/sgimips/sgimips/arcemu.c | 6 +++---
sys/arch/sh3/sh3/locore_subr.S | 6 +++---
sys/arch/sparc/sparc/pmap.c | 8 ++++----
sys/arch/sun3/dev/memerr.h | 4 ++--
sys/arch/vax/vsa/lcg.c | 6 +++---
sys/arch/x68k/dev/ite_tv.c | 6 +++---
sys/arch/zaurus/zaurus/zaurus_reg.h | 4 ++--
sys/dev/ic/isp.c | 8 ++++----
sys/dev/ic/nslm7xvar.h | 6 +++---
sys/dev/ic/rt2560.c | 6 +++---
sys/dev/ic/siisatareg.h | 4 ++--
sys/dev/ic/wd33c93.c | 6 +++---
sys/dev/if_ndis/if_ndis.c | 6 +++---
sys/dev/isa/if_ec.c | 6 +++---
sys/dev/isa/if_sm_isa.c | 6 +++---
sys/dev/microcode/aic7xxx/aic79xx.reg | 4 ++--
sys/dev/pci/auacerreg.h | 4 ++--
sys/dev/pci/auichreg.h | 4 ++--
sys/dev/pci/cxgb/cxgb_mc5.c | 4 ++--
sys/dev/pci/cxgb/cxgb_t3_hw.c | 4 ++--
sys/dev/pci/if_bnx.c | 6 +++---
sys/dev/pci/if_rtwn.c | 6 +++---
sys/dev/pci/if_sipreg.h | 4 ++--
sys/dev/pci/if_ti.c | 8 ++++----
sys/dev/pci/if_vioif.c | 24 ++++++++++++------------
sys/dev/pci/n8/QMgr/QMgrInit.c | 4 ++--
sys/dev/pci/n8/QMgr/RNQueue.c | 4 ++--
sys/dev/pci/n8/common/api/commands/n8_cb_dh.c | 8 ++++----
sys/dev/pci/n8/common/api/commands/n8_cb_dsa.c | 4 ++--
sys/dev/pci/n8/common/api/commands/n8_cb_ea.c | 4 ++--
sys/dev/pci/n8/common/api/commands/n8_cb_rsa.c | 12 ++++++------
sys/dev/pci/n8/common/api/n8_daemon_sks.c | 4 ++--
sys/dev/pci/n8/common/api/n8_precomp_sha_locl.h | 2 +-
sys/dev/pci/n8/common/config.c | 4 ++--
sys/dev/pci/n8/common/config.h | 2 +-
sys/dev/pci/radeonfb_bios.c | 6 +++---
sys/dev/pcmcia/if_sm_pcmcia.c | 6 +++---
sys/dev/sysmon/sysmon_taskq.c | 6 +++---
sys/dev/usb/if_upgt.c | 6 +++---
sys/dev/usb/if_urtwn.c | 6 +++---
sys/fs/puffs/puffs_node.c | 6 +++---
sys/kern/subr_pcq.c | 6 +++---
sys/kern/subr_tftproot.c | 6 +++---
sys/kern/subr_vmem.c | 6 +++---
sys/net/dlt.h | 4 ++--
sys/netinet/dccp_usrreq.c | 6 +++---
sys/netinet/tcp_input.c | 6 +++---
sys/netinet6/in6_pcb.c | 6 +++---
sys/opencrypto/cryptodev.c | 6 +++---
tests/sys/uvm/t_uvm_physseg.c | 6 +++---
usr.bin/make/job.c | 8 ++++----
usr.bin/vmstat/drvstats.c | 4 ++--
usr.sbin/bootp/common/hash.c | 4 ++--
74 files changed, 212 insertions(+), 212 deletions(-)
diffs (truncated from 1930 to 300 lines):
diff -r 5628b1c165bc -r cfd3aa73b83e bin/ed/cbc.c
--- a/bin/ed/cbc.c Thu Feb 08 09:03:23 2018 +0000
+++ b/bin/ed/cbc.c Thu Feb 08 09:05:16 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cbc.c,v 1.24 2016/02/01 17:34:00 christos Exp $ */
+/* $NetBSD: cbc.c,v 1.25 2018/02/08 09:05:16 dholland Exp $ */
/* cbc.c: This file contains the encryption routines for the ed line editor */
/*-
@@ -72,7 +72,7 @@
#if 0
static char *rcsid = "@(#)cbc.c,v 1.2 1994/02/01 00:34:36 alm Exp";
#else
-__RCSID("$NetBSD: cbc.c,v 1.24 2016/02/01 17:34:00 christos Exp $");
+__RCSID("$NetBSD: cbc.c,v 1.25 2018/02/08 09:05:16 dholland Exp $");
#endif
#endif /* not lint */
@@ -163,7 +163,7 @@
/* initialize the initialization vector */
MEMZERO(ivec, 8);
- /* intialize the padding vector */
+ /* initialize the padding vector */
srand((unsigned) time((time_t *) 0));
for (i = 0; i < 8; i++)
CHAR(pvec, i) = (char) (rand()/RAND_DIV);
diff -r 5628b1c165bc -r cfd3aa73b83e games/trek/snova.c
--- a/games/trek/snova.c Thu Feb 08 09:03:23 2018 +0000
+++ b/games/trek/snova.c Thu Feb 08 09:05:16 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: snova.c,v 1.9 2009/05/24 22:55:03 dholland Exp $ */
+/* $NetBSD: snova.c,v 1.10 2018/02/08 09:05:16 dholland Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)snova.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: snova.c,v 1.9 2009/05/24 22:55:03 dholland Exp $");
+__RCSID("$NetBSD: snova.c,v 1.10 2018/02/08 09:05:16 dholland Exp $");
#endif
#endif /* not lint */
@@ -108,7 +108,7 @@
}
if (f) {
/* supernova is in same quadrant as Enterprise */
- printf("\a\nRED ALERT: supernova occuring at %d,%d\n", ix, iy);
+ printf("\a\nRED ALERT: supernova occurring at %d,%d\n", ix, iy);
dx = ix - Ship.sectx;
dy = iy - Ship.secty;
if (dx * dx + dy * dy <= 2) {
diff -r 5628b1c165bc -r cfd3aa73b83e lib/libcurses/curses_touch.3
--- a/lib/libcurses/curses_touch.3 Thu Feb 08 09:03:23 2018 +0000
+++ b/lib/libcurses/curses_touch.3 Thu Feb 08 09:05:16 2018 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: curses_touch.3,v 1.9 2017/01/02 10:28:34 roy Exp $
+.\" $NetBSD: curses_touch.3,v 1.10 2018/02/08 09:05:16 dholland Exp $
.\"
.\" Copyright (c) 2002
.\" Brett Lymn (blymn%NetBSD.org@localhost, brett_lymn%yahoo.com.au@localhost)
@@ -171,7 +171,7 @@
.Fn syncok
function determines whether all the ancestors of the specified window are
implicitly touched whenever there is a change in the window.
-The intial state is
+The initial state is
.Dv FALSE .
.Pp
The
diff -r 5628b1c165bc -r cfd3aa73b83e lib/libisns/isns_pdu.c
--- a/lib/libisns/isns_pdu.c Thu Feb 08 09:03:23 2018 +0000
+++ b/lib/libisns/isns_pdu.c Thu Feb 08 09:05:16 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: isns_pdu.c,v 1.3 2012/03/21 05:33:27 matt Exp $ */
+/* $NetBSD: isns_pdu.c,v 1.4 2018/02/08 09:05:17 dholland Exp $ */
/*-
* Copyright (c) 2004,2009 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
#include <sys/cdefs.h>
-__RCSID("$NetBSD: isns_pdu.c,v 1.3 2012/03/21 05:33:27 matt Exp $");
+__RCSID("$NetBSD: isns_pdu.c,v 1.4 2018/02/08 09:05:17 dholland Exp $");
#include <sys/types.h>
@@ -946,7 +946,7 @@
/*
* Move data from source to PDU buffer(s), allocated new pdus and
- * buffers as necessary to accomodate the data.
+ * buffers as necessary to accommodate the data.
*/
while (len--) {
/* If at max for one PDU payload, add a new PDU. */
diff -r 5628b1c165bc -r cfd3aa73b83e lib/libpuffs/puffs.c
--- a/lib/libpuffs/puffs.c Thu Feb 08 09:03:23 2018 +0000
+++ b/lib/libpuffs/puffs.c Thu Feb 08 09:05:16 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: puffs.c,v 1.122 2017/11/05 15:33:15 christos Exp $ */
+/* $NetBSD: puffs.c,v 1.123 2018/02/08 09:05:17 dholland Exp $ */
/*
* Copyright (c) 2005, 2006, 2007 Antti Kantee. All Rights Reserved.
@@ -31,7 +31,7 @@
#include <sys/cdefs.h>
#if !defined(lint)
-__RCSID("$NetBSD: puffs.c,v 1.122 2017/11/05 15:33:15 christos Exp $");
+__RCSID("$NetBSD: puffs.c,v 1.123 2018/02/08 09:05:17 dholland Exp $");
#endif /* !lint */
#include <sys/param.h>
@@ -746,7 +746,7 @@
return 0;
}
-/* no sigset_t static intializer */
+/* no sigset_t static initializer */
static int sigs[NSIG] = { 0, };
static int sigcatch = 0;
diff -r 5628b1c165bc -r cfd3aa73b83e lib/libukfs/ukfs.3
--- a/lib/libukfs/ukfs.3 Thu Feb 08 09:03:23 2018 +0000
+++ b/lib/libukfs/ukfs.3 Thu Feb 08 09:05:16 2018 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ukfs.3,v 1.14 2014/02/14 07:27:37 wiz Exp $
+.\" $NetBSD: ukfs.3,v 1.15 2018/02/08 09:05:17 dholland Exp $
.\"
.\" Copyright (c) 2008 Antti Kantee. All rights reserved.
.\"
@@ -84,7 +84,7 @@
.El
.Pp
.Fn ukfs_init
-intializes the library and must be called once per process using
+initializes the library and must be called once per process using
.Nm .
.Pp
.Fn ukfs_modload
@@ -140,7 +140,7 @@
types, as many as fit will be returned.
.Pp
.Fn ukfs_mount
-intializes a file system image.
+initializes a file system image.
The handle resulting from the operation is passed to all other routines
and identifies the instance of the mount analoguous to what a pathname
specifies in a normally mounted file system.
diff -r 5628b1c165bc -r cfd3aa73b83e sbin/fsck_msdos/boot.c
--- a/sbin/fsck_msdos/boot.c Thu Feb 08 09:03:23 2018 +0000
+++ b/sbin/fsck_msdos/boot.c Thu Feb 08 09:05:16 2018 +0000
@@ -27,7 +27,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: boot.c,v 1.20 2016/05/02 17:33:03 jakllsch Exp $");
+__RCSID("$NetBSD: boot.c,v 1.21 2018/02/08 09:05:17 dholland Exp $");
#endif /* not lint */
#include <stdlib.h>
@@ -283,7 +283,7 @@
* support for FAT32) doesn't maintain the FSINFO block
* correctly, it has to be fixed pretty often.
*
- * Therefor, we handle the FSINFO block only informally,
+ * Therefore, we handle the FSINFO block only informally,
* fixing it if necessary, but otherwise ignoring the
* fact that it was incorrect.
*/
diff -r 5628b1c165bc -r cfd3aa73b83e sbin/nvmectl/bignum.c
--- a/sbin/nvmectl/bignum.c Thu Feb 08 09:03:23 2018 +0000
+++ b/sbin/nvmectl/bignum.c Thu Feb 08 09:05:16 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bignum.c,v 1.1 2017/02/13 11:16:46 nonaka Exp $ */
+/* $NetBSD: bignum.c,v 1.2 2018/02/08 09:05:17 dholland Exp $ */
/*-
* Copyright (c) 2012 Alistair Crooks <agc%NetBSD.org@localhost>
@@ -1649,7 +1649,7 @@
/* zero a as per default */
mp_zero(a);
- /* grow a to accomodate the single bit */
+ /* grow a to accommodate the single bit */
if ((res = mp_grow(a, b / DIGIT_BIT + 1)) != MP_OKAY) {
return res;
}
@@ -1683,7 +1683,7 @@
{
int x, res, oldused;
- /* grow to accomodate result */
+ /* grow to accommodate result */
if (b->alloc < a->used + 1) {
if ((res = mp_grow(b, a->used + 1)) != MP_OKAY) {
return res;
diff -r 5628b1c165bc -r cfd3aa73b83e sys/arch/arc/arc/c_nec_eisa.c
--- a/sys/arch/arc/arc/c_nec_eisa.c Thu Feb 08 09:03:23 2018 +0000
+++ b/sys/arch/arc/arc/c_nec_eisa.c Thu Feb 08 09:05:16 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: c_nec_eisa.c,v 1.17 2016/07/11 16:18:55 matt Exp $ */
+/* $NetBSD: c_nec_eisa.c,v 1.18 2018/02/08 09:05:17 dholland Exp $ */
/*-
* Copyright (c) 2003 Izumi Tsutsui. All rights reserved.
@@ -55,7 +55,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: c_nec_eisa.c,v 1.17 2016/07/11 16:18:55 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: c_nec_eisa.c,v 1.18 2018/02/08 09:05:17 dholland Exp $");
#define __INTR_PRIVATE
#include <sys/param.h>
@@ -235,7 +235,7 @@
#if NVGA_ISA > 0 && defined(VGA_RESET)
-/* values to intialize cirrus GD54xx specific ext registers */
+/* values to initialize cirrus GD54xx specific ext registers */
/* XXX these values are taken from PC XXX */
static const uint8_t vga_ts_gd54xx[] = {
0x0f, /* 05: ??? */
diff -r 5628b1c165bc -r cfd3aa73b83e sys/arch/arm/xscale/i80312reg.h
--- a/sys/arch/arm/xscale/i80312reg.h Thu Feb 08 09:03:23 2018 +0000
+++ b/sys/arch/arm/xscale/i80312reg.h Thu Feb 08 09:05:16 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: i80312reg.h,v 1.11 2008/04/28 20:23:14 martin Exp $ */
+/* $NetBSD: i80312reg.h,v 1.12 2018/02/08 09:05:17 dholland Exp $ */
/*
* Copyright (c) 2001 Wasabi Systems, Inc.
@@ -173,7 +173,7 @@
* ---------
*
* Setting the specified SISR bit makes the corresponding S_AD line
- * a private sevice.
+ * a private service.
*/
#define I80312_PPB_EBCR 0x40 /* Extended Bridge Control */
#define I80312_PPB_SISR 0x42 /* Secondary ID Select Register */
diff -r 5628b1c165bc -r cfd3aa73b83e sys/arch/atari/dev/fd.c
--- a/sys/arch/atari/dev/fd.c Thu Feb 08 09:03:23 2018 +0000
+++ b/sys/arch/atari/dev/fd.c Thu Feb 08 09:05:16 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fd.c,v 1.85 2017/10/07 16:05:31 jdolecek Exp $ */
+/* $NetBSD: fd.c,v 1.86 2018/02/08 09:05:17 dholland Exp $ */
/*
* Copyright (c) 1995 Leo Weppelman.
@@ -44,7 +44,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fd.c,v 1.85 2017/10/07 16:05:31 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fd.c,v 1.86 2018/02/08 09:05:17 dholland Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -459,7 +459,7 @@
/*
* Open the device. If this is the first open on both the floppy devices,
- * intialize the controller.
+ * initialize the controller.
* Note that partition info on the floppy device is used to distinguise
* between 780Kb and 360Kb floppy's.
* partition 0: 360Kb
diff -r 5628b1c165bc -r cfd3aa73b83e sys/arch/atari/dev/kbd.c
--- a/sys/arch/atari/dev/kbd.c Thu Feb 08 09:03:23 2018 +0000
+++ b/sys/arch/atari/dev/kbd.c Thu Feb 08 09:05:16 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: kbd.c,v 1.46 2014/10/18 08:33:25 snj Exp $ */
+/* $NetBSD: kbd.c,v 1.47 2018/02/08 09:05:17 dholland Exp $ */
/*
* Copyright (c) 1995 Leo Weppelman
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kbd.c,v 1.46 2014/10/18 08:33:25 snj Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kbd.c,v 1.47 2018/02/08 09:05:17 dholland Exp $");
#include "mouse.h"
#include "ite.h"
@@ -197,7 +197,7 @@
MFP->mf_ierb &= ~IB_AINT;
/*
- * Reset ACIA and intialize to:
+ * Reset ACIA and initialize to:
* divide by 16, 8 data, 1 stop, no parity, enable RX interrupts
*/
KBD->ac_cs = A_RESET;
Home |
Main Index |
Thread Index |
Old Index