summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2001-06-19 13:45:52 +0000
committerwiz <wiz@NetBSD.org>2001-06-19 13:45:52 +0000
commitac951736bc46f73736efef400a89133eaac980b1 (patch)
tree8caf4e63a3d4139492808d5b95603d6572f7a8a3
parent3f9984fc90e813844e16f5bfbd6d419b847da028 (diff)
`response', not `responce'
-rw-r--r--sys/arch/arm/footbridge/ebsa285_machdep.c6
-rw-r--r--sys/arch/arm32/doc/history4
-rw-r--r--sys/arch/arm32/rc7500/rc7500_machdep.c4
-rw-r--r--sys/arch/arm32/riscpc/rpc_machdep.c10
-rw-r--r--sys/arch/hpcarm/hpcarm/hpc_machdep.c4
-rw-r--r--sys/arch/netwinder/netwinder/netwinder_machdep.c6
-rw-r--r--sys/dev/ic/rrunner.c4
-rw-r--r--sys/dev/microcode/aic7xxx/aic7xxx.seq4
-rw-r--r--sys/netsmb/smb.h4
9 files changed, 23 insertions, 23 deletions
diff --git a/sys/arch/arm/footbridge/ebsa285_machdep.c b/sys/arch/arm/footbridge/ebsa285_machdep.c
index d541c9e2b06..d220a2379b6 100644
--- a/sys/arch/arm/footbridge/ebsa285_machdep.c
+++ b/sys/arch/arm/footbridge/ebsa285_machdep.c
@@ -1,4 +1,4 @@
-/* $NetBSD: ebsa285_machdep.c,v 1.3 2001/06/19 12:59:14 wiz Exp $ */
+/* $NetBSD: ebsa285_machdep.c,v 1.4 2001/06/19 13:45:55 wiz Exp $ */
/*
* Copyright (c) 1997,1998 Mark Brinicombe.
@@ -323,7 +323,7 @@ struct l1_sec_map {
*
* Initial entry point on startup. This gets called before main() is
* entered.
- * It should be responcible for setting up everything that must be
+ * It should be responsible for setting up everything that must be
* in place when main is called.
* This includes
* Taking a copy of the boot configuration structure.
@@ -406,7 +406,7 @@ initarm(bootinfo)
* execution, all I/O is mapped 1:1 virtual to physical and
* physical memory is accessible.
*
- * The initarm() has the responcibility for creating the kernel
+ * The initarm() has the responsibility for creating the kernel
* page tables.
* It must also set up various memory pointers that are used
* by pmap etc.
diff --git a/sys/arch/arm32/doc/history b/sys/arch/arm32/doc/history
index 95516b415e1..8522e8076e3 100644
--- a/sys/arch/arm32/doc/history
+++ b/sys/arch/arm32/doc/history
@@ -1,4 +1,4 @@
-# $NetBSD: history,v 1.5 2001/06/19 12:59:14 wiz Exp $
+# $NetBSD: history,v 1.6 2001/06/19 13:45:52 wiz Exp $
3135 - fixed mode selection on boot
- page up/down, insert and delete now generate the correct codes in
@@ -294,7 +294,7 @@
mainbus/cpu.c
- Added new function initialise_fpe() to fpe-sp/fpe.c This is the
new initialisation point for the FPE. All vector claiming is done
- in this routine. Routine is also responcible for IDing the FPE.
+ in this routine. Routine is also responsible for IDing the FPE.
- ramdisc memory allocation now only ever done in the ramdisc driver
- cpu_model now declared in mainbus/cpu.c
- rpc_configure() renamed to configure()
diff --git a/sys/arch/arm32/rc7500/rc7500_machdep.c b/sys/arch/arm32/rc7500/rc7500_machdep.c
index 7e90110b115..44039d05855 100644
--- a/sys/arch/arm32/rc7500/rc7500_machdep.c
+++ b/sys/arch/arm32/rc7500/rc7500_machdep.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rc7500_machdep.c,v 1.33 2001/03/04 19:05:57 matt Exp $ */
+/* $NetBSD: rc7500_machdep.c,v 1.34 2001/06/19 13:45:54 wiz Exp $ */
/*
* Copyright (c) 1994-1998 Mark Brinicombe.
@@ -485,7 +485,7 @@ initarm(prom_id)
* This should be the stage we are at at the end of the bootstrap when
* we have a two stage booter.
*
- * The secondary bootstrap has the responcibility to sort locating the
+ * The secondary bootstrap has the responsibility to sort locating the
* kernel to the correct address and for creating the kernel page
* tables. It must also set up various memory pointers that are used
* by pmap etc.
diff --git a/sys/arch/arm32/riscpc/rpc_machdep.c b/sys/arch/arm32/riscpc/rpc_machdep.c
index 73aa1cb20e9..8900c2d4422 100644
--- a/sys/arch/arm32/riscpc/rpc_machdep.c
+++ b/sys/arch/arm32/riscpc/rpc_machdep.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rpc_machdep.c,v 1.47 2001/06/19 12:59:14 wiz Exp $ */
+/* $NetBSD: rpc_machdep.c,v 1.48 2001/06/19 13:45:54 wiz Exp $ */
/*
* Copyright (c) 2000-2001 Reinoud Zandijk.
@@ -359,7 +359,7 @@ cpu_reboot(howto, bootstr)
*
* Initial entry point on startup. This gets called before main() is
* entered.
- * It should be responcible for setting up everything that must be
+ * It should be responsible for setting up everything that must be
* in place when main is called.
* This includes
* Taking a copy of the boot configuration structure.
@@ -514,7 +514,7 @@ initarm_new_bootloader(bootconf)
* execution, all I/O is mapped 1:1 virtual to physical and
* physical memory is accessible.
*
- * The initarm() has the responcibility for creating the kernel
+ * The initarm() has the responsibility for creating the kernel
* page tables.
* It must also set up various memory pointers that are used
* by pmap etc.
@@ -1096,7 +1096,7 @@ rpc_sa110_cc_setup(void)
*
* Initial entry point on startup. This gets called before main() is
* entered.
- * It should be responcible for setting up everything that must be
+ * It should be responsible for setting up everything that must be
* in place when main is called.
* This includes
* Taking a copy of the boot configuration structure.
@@ -1433,7 +1433,7 @@ initarm_old_bootloader(bootconf)
* This should be the stage we are at at the end of the bootstrap when
* we have a two stage booter.
*
- * The secondary bootstrap has the responcibility to sort locating the
+ * The secondary bootstrap has the responsibility to sort locating the
* kernel to the correct address and for creating the kernel page tables.
* It must also set up various memory pointers that are used by pmap etc.
*/
diff --git a/sys/arch/hpcarm/hpcarm/hpc_machdep.c b/sys/arch/hpcarm/hpcarm/hpc_machdep.c
index 404cfe31889..5adbba2affc 100644
--- a/sys/arch/hpcarm/hpcarm/hpc_machdep.c
+++ b/sys/arch/hpcarm/hpcarm/hpc_machdep.c
@@ -1,4 +1,4 @@
-/* $NetBSD: hpc_machdep.c,v 1.13 2001/06/01 14:06:43 toshii Exp $ */
+/* $NetBSD: hpc_machdep.c,v 1.14 2001/06/19 13:45:55 wiz Exp $ */
/*
* Copyright (c) 1994-1998 Mark Brinicombe.
@@ -286,7 +286,7 @@ cpu_reboot(howto, bootstr)
*
* Initial entry point on startup. This gets called before main() is
* entered.
- * It should be responcible for setting up everything that must be
+ * It should be responsible for setting up everything that must be
* in place when main is called.
* This includes
* Taking a copy of the boot configuration structure.
diff --git a/sys/arch/netwinder/netwinder/netwinder_machdep.c b/sys/arch/netwinder/netwinder/netwinder_machdep.c
index bdb0c0d0ed2..ff9abf8f7e6 100644
--- a/sys/arch/netwinder/netwinder/netwinder_machdep.c
+++ b/sys/arch/netwinder/netwinder/netwinder_machdep.c
@@ -1,4 +1,4 @@
-/* $NetBSD: netwinder_machdep.c,v 1.5 2001/06/19 12:59:16 wiz Exp $ */
+/* $NetBSD: netwinder_machdep.c,v 1.6 2001/06/19 13:45:56 wiz Exp $ */
/*
* Copyright (c) 1997,1998 Mark Brinicombe.
@@ -323,7 +323,7 @@ struct l1_sec_map {
*
* Initial entry point on startup. This gets called before main() is
* entered.
- * It should be responcible for setting up everything that must be
+ * It should be responsible for setting up everything that must be
* in place when main is called.
* This includes
* Taking a copy of the boot configuration structure.
@@ -414,7 +414,7 @@ initarm(bootinfo)
* execution, all I/O is mapped 1:1 virtual to physical and
* physical memory is accessible.
*
- * The initarm() has the responcibility for creating the kernel
+ * The initarm() has the responsibility for creating the kernel
* page tables.
* It must also set up various memory pointers that are used
* by pmap etc.
diff --git a/sys/dev/ic/rrunner.c b/sys/dev/ic/rrunner.c
index f1725ef3b61..db07f8a01e3 100644
--- a/sys/dev/ic/rrunner.c
+++ b/sys/dev/ic/rrunner.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rrunner.c,v 1.23 2001/06/19 12:59:17 wiz Exp $ */
+/* $NetBSD: rrunner.c,v 1.24 2001/06/19 13:45:56 wiz Exp $ */
/*
* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@@ -844,7 +844,7 @@ esh_fpopen(dev, oflags, devtype, p)
* Create the ring:
*
* XXX: HTF are we gonna deal with the fact that we don't know
- * if the open succeeded until we get a responce from
+ * if the open succeeded until we get a response from
* the event handler? I guess we could go to sleep waiting
* for the interrupt, and get woken up by the eshintr
* case handling it.
diff --git a/sys/dev/microcode/aic7xxx/aic7xxx.seq b/sys/dev/microcode/aic7xxx/aic7xxx.seq
index a61e28a0560..466b6a07cec 100644
--- a/sys/dev/microcode/aic7xxx/aic7xxx.seq
+++ b/sys/dev/microcode/aic7xxx/aic7xxx.seq
@@ -1,4 +1,4 @@
-/* $NetBSD: aic7xxx.seq,v 1.11 2000/03/15 02:09:11 fvdl Exp $ */
+/* $NetBSD: aic7xxx.seq,v 1.12 2001/06/19 13:45:57 wiz Exp $ */
/*
* Adaptec 274x/284x/294x device driver firmware for Linux and FreeBSD.
@@ -1061,7 +1061,7 @@ p_status:
* This is done to allow the host to send messages outside of an identify
* sequence while protecting the seqencer from testing the MK_MESSAGE bit
* on an SCB that might not be for the current nexus. (For example, a
- * BDR message in responce to a bad reselection would leave us pointed to
+ * BDR message in response to a bad reselection would leave us pointed to
* an SCB that doesn't have anything to do with the current target).
*
* Otherwise, treat MSG_OUT as a 1 byte message to send (abort, abort tag,
diff --git a/sys/netsmb/smb.h b/sys/netsmb/smb.h
index 58bdd949af6..cbe9bd06c1a 100644
--- a/sys/netsmb/smb.h
+++ b/sys/netsmb/smb.h
@@ -1,4 +1,4 @@
-/* $NetBSD: smb.h,v 1.1 2000/12/07 03:48:10 deberg Exp $ */
+/* $NetBSD: smb.h,v 1.2 2001/06/19 13:45:58 wiz Exp $ */
/*
* Copyright (c) 2000, Boris Popov
@@ -96,7 +96,7 @@ enum smb_dialects {
* Security mode bits
*/
#define SMB_SM_USER 0x01 /* server in the user security mode */
-#define SMB_SM_ENCRYPT 0x02 /* use challenge/responce */
+#define SMB_SM_ENCRYPT 0x02 /* use challenge/response */
/*
* NTLM capabilities