summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/sparc/dev/si.c6
-rw-r--r--sys/dev/isa/aha.c4
-rw-r--r--sys/netccitt/llc_subr.c4
-rw-r--r--sys/ufs/ffs/ffs_alloc.c4
4 files changed, 9 insertions, 9 deletions
diff --git a/sys/arch/sparc/dev/si.c b/sys/arch/sparc/dev/si.c
index 4474da2ac2f..36f53d9eea4 100644
--- a/sys/arch/sparc/dev/si.c
+++ b/sys/arch/sparc/dev/si.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: si.c,v 1.20 2004/09/29 07:35:11 miod Exp $ */
+/* $OpenBSD: si.c,v 1.21 2004/11/29 06:20:02 jsg Exp $ */
/* $NetBSD: si.c,v 1.38 1997/08/27 11:24:20 bouyer Exp $ */
/*-
@@ -817,7 +817,7 @@ si_vme_intr_off(ncr_sc)
/*
* This function is called during the COMMAND or MSG_IN phase
- * that preceeds a DATA_IN or DATA_OUT phase, in case we need
+ * that precedes a DATA_IN or DATA_OUT phase, in case we need
* to setup the DMA engine before the bus enters a DATA phase.
*
* XXX: The VME adapter appears to suppress SBC interrupts
@@ -1132,7 +1132,7 @@ si_obio_intr_off(ncr_sc)
/*
* This function is called during the COMMAND or MSG_IN phase
- * that preceeds a DATA_IN or DATA_OUT phase, in case we need
+ * that precedes a DATA_IN or DATA_OUT phase, in case we need
* to setup the DMA engine before the bus enters a DATA phase.
*
* On the OBIO version we just clear the DMA count and address
diff --git a/sys/dev/isa/aha.c b/sys/dev/isa/aha.c
index 8b288c9cbc4..15b15b25905 100644
--- a/sys/dev/isa/aha.c
+++ b/sys/dev/isa/aha.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: aha.c,v 1.51 2003/04/27 11:22:53 ho Exp $ */
+/* $OpenBSD: aha.c,v 1.52 2004/11/29 06:20:02 jsg Exp $ */
/* $NetBSD: aha.c,v 1.11 1996/05/12 23:51:23 mycroft Exp $ */
#undef AHADIAG
@@ -481,7 +481,7 @@ AGAIN:
case AHA_MBI_UNKNOWN:
/*
* Even if the CCB wasn't found, we clear it anyway.
- * See preceeding comment.
+ * See preceding comment.
*/
break;
diff --git a/sys/netccitt/llc_subr.c b/sys/netccitt/llc_subr.c
index b1fdae06ab1..8dea9af9384 100644
--- a/sys/netccitt/llc_subr.c
+++ b/sys/netccitt/llc_subr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: llc_subr.c,v 1.7 2003/12/10 07:22:42 itojun Exp $ */
+/* $OpenBSD: llc_subr.c,v 1.8 2004/11/29 06:20:02 jsg Exp $ */
/* $NetBSD: llc_subr.c,v 1.5 1996/05/07 02:36:08 thorpej Exp $ */
/*
@@ -365,7 +365,7 @@ llc_seq2slot(linkp, seqn)
* (32/64 bits, whatever is needed) that would suit her needs [I quite like
* that idea, perhaps I'll get around to it].
*
- * [Preceeding each state handler function is the description as taken from
+ * [Preceding each state handler function is the description as taken from
* ISO 8802-2, section 7.9.2.1]
*/
diff --git a/sys/ufs/ffs/ffs_alloc.c b/sys/ufs/ffs/ffs_alloc.c
index 051b5297c66..bbe970eba6d 100644
--- a/sys/ufs/ffs/ffs_alloc.c
+++ b/sys/ufs/ffs/ffs_alloc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ffs_alloc.c,v 1.52 2004/11/01 15:55:38 pedro Exp $ */
+/* $OpenBSD: ffs_alloc.c,v 1.53 2004/11/29 06:20:02 jsg Exp $ */
/* $NetBSD: ffs_alloc.c,v 1.11 1996/05/11 18:27:09 mycroft Exp $ */
/*
@@ -328,7 +328,7 @@ error:
* logical blocks to be made contiguous are given. The allocator attempts
* to find a range of sequential blocks starting as close as possible to
* an fs_rotdelay offset from the end of the allocation for the logical
- * block immediately preceeding the current range. If successful, the
+ * block immediately preceding the current range. If successful, the
* physical block numbers in the buffer pointers and in the inode are
* changed to reflect the new allocation. If unsuccessful, the allocation
* is left unchanged. The success in doing the reallocation is returned.