Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys `response', not `responce'



details:   https://anonhg.NetBSD.org/src/rev/44129a3c7379
branches:  trunk
changeset: 511440:44129a3c7379
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Jun 19 13:45:52 2001 +0000

description:
`response', not `responce'

diffstat:

 sys/arch/arm/footbridge/ebsa285_machdep.c        |   6 +++---
 sys/arch/arm32/doc/history                       |   4 ++--
 sys/arch/arm32/rc7500/rc7500_machdep.c           |   4 ++--
 sys/arch/arm32/riscpc/rpc_machdep.c              |  10 +++++-----
 sys/arch/hpcarm/hpcarm/hpc_machdep.c             |   4 ++--
 sys/arch/netwinder/netwinder/netwinder_machdep.c |   6 +++---
 sys/dev/ic/rrunner.c                             |   4 ++--
 sys/dev/microcode/aic7xxx/aic7xxx.seq            |   4 ++--
 sys/netsmb/smb.h                                 |   4 ++--
 9 files changed, 23 insertions(+), 23 deletions(-)

diffs (207 lines):

diff -r 981c42c341a3 -r 44129a3c7379 sys/arch/arm/footbridge/ebsa285_machdep.c
--- a/sys/arch/arm/footbridge/ebsa285_machdep.c Tue Jun 19 13:42:07 2001 +0000
+++ b/sys/arch/arm/footbridge/ebsa285_machdep.c Tue Jun 19 13:45:52 2001 +0000
@@ -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 @@
  *
  * 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 @@
         * 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 -r 981c42c341a3 -r 44129a3c7379 sys/arch/arm32/doc/history
--- a/sys/arch/arm32/doc/history        Tue Jun 19 13:42:07 2001 +0000
+++ b/sys/arch/arm32/doc/history        Tue Jun 19 13:45:52 2001 +0000
@@ -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 -r 981c42c341a3 -r 44129a3c7379 sys/arch/arm32/rc7500/rc7500_machdep.c
--- a/sys/arch/arm32/rc7500/rc7500_machdep.c    Tue Jun 19 13:42:07 2001 +0000
+++ b/sys/arch/arm32/rc7500/rc7500_machdep.c    Tue Jun 19 13:45:52 2001 +0000
@@ -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 @@
         * 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 -r 981c42c341a3 -r 44129a3c7379 sys/arch/arm32/riscpc/rpc_machdep.c
--- a/sys/arch/arm32/riscpc/rpc_machdep.c       Tue Jun 19 13:42:07 2001 +0000
+++ b/sys/arch/arm32/riscpc/rpc_machdep.c       Tue Jun 19 13:45:52 2001 +0000
@@ -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 @@
  *
  * 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 @@
         * 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 @@
  *
  * 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 @@
         * 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 -r 981c42c341a3 -r 44129a3c7379 sys/arch/hpcarm/hpcarm/hpc_machdep.c
--- a/sys/arch/hpcarm/hpcarm/hpc_machdep.c      Tue Jun 19 13:42:07 2001 +0000
+++ b/sys/arch/hpcarm/hpcarm/hpc_machdep.c      Tue Jun 19 13:45:52 2001 +0000
@@ -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 @@
  *
  * 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 -r 981c42c341a3 -r 44129a3c7379 sys/arch/netwinder/netwinder/netwinder_machdep.c
--- a/sys/arch/netwinder/netwinder/netwinder_machdep.c  Tue Jun 19 13:42:07 2001 +0000
+++ b/sys/arch/netwinder/netwinder/netwinder_machdep.c  Tue Jun 19 13:45:52 2001 +0000
@@ -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 @@
  *
  * 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 @@
         * 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 -r 981c42c341a3 -r 44129a3c7379 sys/dev/ic/rrunner.c
--- a/sys/dev/ic/rrunner.c      Tue Jun 19 13:42:07 2001 +0000
+++ b/sys/dev/ic/rrunner.c      Tue Jun 19 13:45:52 2001 +0000
@@ -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 @@
         * 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 -r 981c42c341a3 -r 44129a3c7379 sys/dev/microcode/aic7xxx/aic7xxx.seq
--- a/sys/dev/microcode/aic7xxx/aic7xxx.seq     Tue Jun 19 13:42:07 2001 +0000
+++ b/sys/dev/microcode/aic7xxx/aic7xxx.seq     Tue Jun 19 13:45:52 2001 +0000
@@ -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 @@
  * 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 -r 981c42c341a3 -r 44129a3c7379 sys/netsmb/smb.h
--- a/sys/netsmb/smb.h  Tue Jun 19 13:42:07 2001 +0000
+++ b/sys/netsmb/smb.h  Tue Jun 19 13:45:52 2001 +0000
@@ -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 @@
  * 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



Home | Main Index | Thread Index | Old Index