diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-12-04 21:13:38 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-12-04 21:13:38 +0000 |
commit | cb14916f9567d66e9fabf06b7e3933b84ccf5b44 (patch) | |
tree | bd601950b383b4715150f929c1bcb2abe543dc7c /sys/arch | |
parent | e840407cb3b072567c514371118177d4a1bba96d (diff) |
Typos
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/hp300/stand/cdboot/conf.c | 4 | ||||
-rw-r--r-- | sys/arch/hp300/stand/uboot/conf.c | 4 | ||||
-rw-r--r-- | sys/arch/mvmeppc/include/bus_mi.h | 4 | ||||
-rw-r--r-- | sys/arch/sparc64/dev/iommu.c | 4 |
4 files changed, 8 insertions, 8 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) |