summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2003-12-04 21:13:38 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2003-12-04 21:13:38 +0000
commitcb14916f9567d66e9fabf06b7e3933b84ccf5b44 (patch)
treebd601950b383b4715150f929c1bcb2abe543dc7c /sys
parente840407cb3b072567c514371118177d4a1bba96d (diff)
Typos
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/hp300/stand/cdboot/conf.c4
-rw-r--r--sys/arch/hp300/stand/uboot/conf.c4
-rw-r--r--sys/arch/mvmeppc/include/bus_mi.h4
-rw-r--r--sys/arch/sparc64/dev/iommu.c4
-rw-r--r--sys/dev/ic/isp_tpublic.h4
-rw-r--r--sys/msdosfs/msdosfs_fat.c6
6 files changed, 13 insertions, 13 deletions
diff --git a/sys/arch/hp300/stand/cdboot/conf.c b/sys/arch/hp300/stand/cdboot/conf.c
index 6d9f7dc1196..5963bab0d0c 100644
--- a/sys/arch/hp300/stand/cdboot/conf.c
+++ b/sys/arch/hp300/stand/cdboot/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.3 2003/06/02 23:27:45 millert Exp $ */
+/* $OpenBSD: conf.c,v 1.4 2003/12/04 21:13:37 miod Exp $ */
/* $NetBSD: conf.c,v 1.12 1996/10/14 07:29:15 thorpej Exp $ */
/*
@@ -103,7 +103,7 @@ int nfsys = 1; /* default; changed per device type. */
/*
- * Inititalize controllers
+ * Initialize controllers
*
* XXX this should be a table
*/
diff --git a/sys/arch/hp300/stand/uboot/conf.c b/sys/arch/hp300/stand/uboot/conf.c
index 2b6c4dad0c7..654205c7b55 100644
--- a/sys/arch/hp300/stand/uboot/conf.c
+++ b/sys/arch/hp300/stand/uboot/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.4 2003/06/02 23:27:46 millert Exp $ */
+/* $OpenBSD: conf.c,v 1.5 2003/12/04 21:13:37 miod Exp $ */
/* $NetBSD: conf.c,v 1.12 1996/10/14 07:29:15 thorpej Exp $ */
/*
@@ -157,7 +157,7 @@ int nfsys = 1; /* default; changed per device type. */
/*
- * Inititalize controllers
+ * Initialize controllers
*
* XXX this should be a table
*/
diff --git a/sys/arch/mvmeppc/include/bus_mi.h b/sys/arch/mvmeppc/include/bus_mi.h
index 2dd446f1145..bd3d0f43a59 100644
--- a/sys/arch/mvmeppc/include/bus_mi.h
+++ b/sys/arch/mvmeppc/include/bus_mi.h
@@ -1,5 +1,5 @@
/* $NetBSD: bus.h,v 1.1 2001/06/06 17:37:37 matt Exp $ */
-/* $OpenBSD: bus_mi.h,v 1.6 2003/11/25 21:16:44 drahn Exp $ */
+/* $OpenBSD: bus_mi.h,v 1.7 2003/12/04 21:13:37 miod Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@@ -1090,7 +1090,7 @@ struct powerpc_bus_dma_tag {
*/
struct powerpc_bus_dmamap {
/*
- * PRIVATE MEMBERS: not for use my machine-independent code.
+ * PRIVATE MEMBERS: not for use by machine-independent code.
*/
bus_size_t _dm_size; /* largest DMA transfer mappable */
int _dm_segcnt; /* number of segs this map can map */
diff --git a/sys/arch/sparc64/dev/iommu.c b/sys/arch/sparc64/dev/iommu.c
index 6cdda01bf10..7b4181a69ac 100644
--- a/sys/arch/sparc64/dev/iommu.c
+++ b/sys/arch/sparc64/dev/iommu.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: iommu.c,v 1.32 2003/06/11 04:00:11 henric Exp $ */
+/* $OpenBSD: iommu.c,v 1.33 2003/12/04 21:13:37 miod Exp $ */
/* $NetBSD: iommu.c,v 1.47 2002/02/08 20:03:45 eeh Exp $ */
/*
@@ -259,7 +259,7 @@ iommu_reset(struct iommu_state *is)
}
/*
- * Inititalize one STC.
+ * Initialize one STC.
*/
void
strbuf_reset(struct strbuf_ctl *sb)
diff --git a/sys/dev/ic/isp_tpublic.h b/sys/dev/ic/isp_tpublic.h
index ce01bbcd308..6780fca1ef7 100644
--- a/sys/dev/ic/isp_tpublic.h
+++ b/sys/dev/ic/isp_tpublic.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: isp_tpublic.h,v 1.7 2003/10/21 18:58:49 jmc Exp $ */
+/* $OpenBSD: isp_tpublic.h,v 1.8 2003/12/04 21:13:37 miod Exp $ */
/*
* Qlogic ISP Host Adapter Public Target Interface Structures && Routines
*---------------------------------------
@@ -43,7 +43,7 @@
#endif
typedef struct {
void * nt_hba; /* HBA tag */
- u_int64_t nt_iid; /* inititator id */
+ u_int64_t nt_iid; /* initiator id */
u_int64_t nt_tgt; /* target id */
u_int64_t nt_lun; /* logical unit */
u_int8_t nt_bus; /* bus */
diff --git a/sys/msdosfs/msdosfs_fat.c b/sys/msdosfs/msdosfs_fat.c
index 1dadb7ab3e5..eee28a18713 100644
--- a/sys/msdosfs/msdosfs_fat.c
+++ b/sys/msdosfs/msdosfs_fat.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: msdosfs_fat.c,v 1.12 2003/10/22 19:04:23 tedu Exp $ */
+/* $OpenBSD: msdosfs_fat.c,v 1.13 2003/12/04 21:13:37 miod Exp $ */
/* $NetBSD: msdosfs_fat.c,v 1.26 1997/10/17 11:24:02 ws Exp $ */
/*-
@@ -145,7 +145,7 @@ pcbmap(dep, findcn, bnp, cnp, sp)
int error;
u_long i;
u_long cn;
- u_long prevcn = 0; /* XXX: prevcn could be used unititialized */
+ u_long prevcn = 0; /* XXX: prevcn could be used uninitialized */
u_long byteoffset;
u_long bn;
u_long bo;
@@ -777,7 +777,7 @@ clusteralloc(pmp, start, count, fillwith, retcluster, got)
{
u_long idx;
u_long len, newst, foundl, cn, l;
- u_long foundcn = 0; /* XXX: foundcn could be used unititialized */
+ u_long foundcn = 0; /* XXX: foundcn could be used uninitialized */
u_int map;
#ifdef MSDOSFS_DEBUG