Source-Changes-HG archive

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

[src/trunk]: src Fix typo in comment.



details:   https://anonhg.NetBSD.org/src/rev/4e8d96e079ad
branches:  trunk
changeset: 751966:4e8d96e079ad
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Feb 09 23:05:16 2010 +0000

description:
Fix typo in comment.

diffstat:

 crypto/dist/ipsec-tools/src/racoon/pfkey.c    |  8 ++++----
 crypto/dist/ipsec-tools/src/racoon/proposal.h |  4 ++--
 sys/arch/atari/atari/intr.c                   |  6 +++---
 sys/arch/atari/dev/ite_cc.c                   |  6 +++---
 sys/arch/atari/dev/ite_et.c                   |  6 +++---
 sys/arch/sparc64/sparc64/locore.s             |  6 +++---
 sys/kern/uipc_usrreq.c                        |  6 +++---
 usr.bin/xlint/lint1/cgram.y                   |  6 +++---
 8 files changed, 24 insertions(+), 24 deletions(-)

diffs (203 lines):

diff -r 163b79cb1643 -r 4e8d96e079ad crypto/dist/ipsec-tools/src/racoon/pfkey.c
--- a/crypto/dist/ipsec-tools/src/racoon/pfkey.c        Tue Feb 09 23:04:15 2010 +0000
+++ b/crypto/dist/ipsec-tools/src/racoon/pfkey.c        Tue Feb 09 23:05:16 2010 +0000
@@ -1,6 +1,6 @@
-/*     $NetBSD: pfkey.c,v 1.51 2009/09/03 09:29:07 tteras Exp $        */
-
-/* $Id: pfkey.c,v 1.51 2009/09/03 09:29:07 tteras Exp $ */
+/*     $NetBSD: pfkey.c,v 1.52 2010/02/09 23:05:16 wiz Exp $   */
+
+/* $Id: pfkey.c,v 1.52 2010/02/09 23:05:16 wiz Exp $ */
 
 /*
  * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -3554,7 +3554,7 @@
 #endif
 
 /*
- * send error against acquire message to kenrel.
+ * send error against acquire message to kernel.
  */
 int
 pk_sendeacquire(iph2)
diff -r 163b79cb1643 -r 4e8d96e079ad crypto/dist/ipsec-tools/src/racoon/proposal.h
--- a/crypto/dist/ipsec-tools/src/racoon/proposal.h     Tue Feb 09 23:04:15 2010 +0000
+++ b/crypto/dist/ipsec-tools/src/racoon/proposal.h     Tue Feb 09 23:05:16 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: proposal.h,v 1.6 2006/12/09 05:52:57 manu Exp $        */
+/*     $NetBSD: proposal.h,v 1.7 2010/02/09 23:05:16 wiz Exp $ */
 
 /* Id: proposal.h,v 1.5 2004/06/11 16:00:17 ludvigm Exp */
 
@@ -88,7 +88,7 @@
        int reqid_out;                  /* request id (outbound) */
        int reqid_in;                   /* request id (inbound) */
 
-       int ok;                         /* if 1, success to set SA in kenrel */
+       int ok;                         /* if 1, success to set SA in kernel */
 
        struct satrns *head;            /* header of transform */
        struct saproto *next;           /* next protocol */
diff -r 163b79cb1643 -r 4e8d96e079ad sys/arch/atari/atari/intr.c
--- a/sys/arch/atari/atari/intr.c       Tue Feb 09 23:04:15 2010 +0000
+++ b/sys/arch/atari/atari/intr.c       Tue Feb 09 23:05:16 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intr.c,v 1.19 2009/07/08 12:23:09 tsutsui Exp $        */
+/*     $NetBSD: intr.c,v 1.20 2010/02/09 23:05:16 wiz Exp $    */
 
 /*-
  * Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: intr.c,v 1.19 2009/07/08 12:23:09 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: intr.c,v 1.20 2010/02/09 23:05:16 wiz Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -167,7 +167,7 @@
                        /*
                         * Normally, all settable vectors are already
                         * re-routed to the intr_glue() function. The
-                        * marvelous exeption to these are the HBL/VBL
+                        * marvelous exception to these are the HBL/VBL
                         * interrupts. They happen *very* often and
                         * can't be turned off on the Falcon. So they
                         * are normally vectored to an 'rte' instruction.
diff -r 163b79cb1643 -r 4e8d96e079ad sys/arch/atari/dev/ite_cc.c
--- a/sys/arch/atari/dev/ite_cc.c       Tue Feb 09 23:04:15 2010 +0000
+++ b/sys/arch/atari/dev/ite_cc.c       Tue Feb 09 23:05:16 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ite_cc.c,v 1.34 2009/07/19 05:43:22 tsutsui Exp $      */
+/*     $NetBSD: ite_cc.c,v 1.35 2010/02/09 23:05:16 wiz Exp $  */
 
 /*
  * Copyright (c) 1996 Leo Weppelman
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ite_cc.c,v 1.34 2009/07/19 05:43:22 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ite_cc.c,v 1.35 2010/02/09 23:05:16 wiz Exp $");
 
 #include <sys/param.h>
 #include <sys/conf.h>
@@ -211,7 +211,7 @@
        maj = cdevsw_lookup_major(&grf_cdevsw);
 
        /*
-        * Handle exeption case: early console init
+        * Handle exception case: early console init
         */
        if(dp == NULL) {
                congrf.g_unit    = cfdata_grf->cf_unit;
diff -r 163b79cb1643 -r 4e8d96e079ad sys/arch/atari/dev/ite_et.c
--- a/sys/arch/atari/dev/ite_et.c       Tue Feb 09 23:04:15 2010 +0000
+++ b/sys/arch/atari/dev/ite_et.c       Tue Feb 09 23:05:16 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ite_et.c,v 1.27 2009/10/20 19:10:10 snj Exp $  */
+/*     $NetBSD: ite_et.c,v 1.28 2010/02/09 23:05:16 wiz Exp $  */
 
 /*
  * Copyright (c) 1996 Leo Weppelman.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ite_et.c,v 1.27 2009/10/20 19:10:10 snj Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ite_et.c,v 1.28 2010/02/09 23:05:16 wiz Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -185,7 +185,7 @@
        maj = cdevsw_lookup_major(&grf_cdevsw);
 
        /*
-        * Handle exeption case: early console init
+        * Handle exception case: early console init
         */
        if(dp == NULL) {
                congrf.g_unit    = cfdata_grf->cf_unit;
diff -r 163b79cb1643 -r 4e8d96e079ad sys/arch/sparc64/sparc64/locore.s
--- a/sys/arch/sparc64/sparc64/locore.s Tue Feb 09 23:04:15 2010 +0000
+++ b/sys/arch/sparc64/sparc64/locore.s Tue Feb 09 23:05:16 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.s,v 1.311 2010/02/06 00:23:30 mrg Exp $ */
+/*     $NetBSD: locore.s,v 1.312 2010/02/09 23:05:16 wiz Exp $ */
 
 /*
  * Copyright (c) 1996-2002 Eduardo Horvath
@@ -693,7 +693,7 @@
        UTRAP(0x004)            ! 004 = SIR -- ROM should get this
        UTRAP(0x005)            ! 005 = RED state exception
        UTRAP(0x006); UTRAP(0x007)
-       VTRAP(T_INST_EXCEPT, textfault) ! 008 = instr. access exept
+       VTRAP(T_INST_EXCEPT, textfault) ! 008 = instr. access except
        VTRAP(T_TEXTFAULT, textfault)   ! 009 = instr access MMU miss
        VTRAP(T_INST_ERROR, textfault)  ! 00a = instr. access err
        UTRAP(0x00b); UTRAP(0x00c); UTRAP(0x00d); UTRAP(0x00e); UTRAP(0x00f)
@@ -948,7 +948,7 @@
        UTRAP(0x005)                    ! 005 = RED state exception
        UTRAP(0x006); UTRAP(0x007)
 ktextfault:
-       VTRAP(T_INST_EXCEPT, textfault) ! 008 = instr. access exept
+       VTRAP(T_INST_EXCEPT, textfault) ! 008 = instr. access except
        VTRAP(T_TEXTFAULT, textfault)   ! 009 = instr access MMU miss -- no MMU
        VTRAP(T_INST_ERROR, textfault)  ! 00a = instr. access err
        UTRAP(0x00b); UTRAP(0x00c); UTRAP(0x00d); UTRAP(0x00e); UTRAP(0x00f)
diff -r 163b79cb1643 -r 4e8d96e079ad sys/kern/uipc_usrreq.c
--- a/sys/kern/uipc_usrreq.c    Tue Feb 09 23:04:15 2010 +0000
+++ b/sys/kern/uipc_usrreq.c    Tue Feb 09 23:05:16 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uipc_usrreq.c,v 1.128 2010/01/08 11:35:10 pooka Exp $  */
+/*     $NetBSD: uipc_usrreq.c,v 1.129 2010/02/09 23:05:16 wiz Exp $    */
 
 /*-
  * Copyright (c) 1998, 2000, 2004, 2008, 2009 The NetBSD Foundation, Inc.
@@ -96,7 +96,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uipc_usrreq.c,v 1.128 2010/01/08 11:35:10 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uipc_usrreq.c,v 1.129 2010/02/09 23:05:16 wiz Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -454,7 +454,7 @@
                 * is not locked, so when changing so2->so_lock
                 * another thread can grab it while so->so_lock is still
                 * pointing to the (locked) uipc_lock.
-                * this should be harmless, exept that this makes
+                * this should be harmless, except that this makes
                 * solocked2() and solocked() unreliable.
                 * Another problem is that unp_setaddr() expects the
                 * the socket locked. Grabing sotounpcb(so2)->unp_streamlock
diff -r 163b79cb1643 -r 4e8d96e079ad usr.bin/xlint/lint1/cgram.y
--- a/usr.bin/xlint/lint1/cgram.y       Tue Feb 09 23:04:15 2010 +0000
+++ b/usr.bin/xlint/lint1/cgram.y       Tue Feb 09 23:05:16 2010 +0000
@@ -1,5 +1,5 @@
 %{
-/* $NetBSD: cgram.y,v 1.48 2009/10/03 17:09:18 christos Exp $ */
+/* $NetBSD: cgram.y,v 1.49 2010/02/09 23:05:16 wiz Exp $ */
 
 /*
  * Copyright (c) 1996 Christopher G. Demetriou.  All Rights Reserved.
@@ -35,7 +35,7 @@
 
 #include <sys/cdefs.h>
 #if defined(__RCSID) && !defined(lint)
-__RCSID("$NetBSD: cgram.y,v 1.48 2009/10/03 17:09:18 christos Exp $");
+__RCSID("$NetBSD: cgram.y,v 1.49 2010/02/09 23:05:16 wiz Exp $");
 #endif
 
 #include <stdlib.h>
@@ -53,7 +53,7 @@
 
 /*
  * level for memory allocation. Normaly the same as blklev.
- * An exeption is the declaration of arguments in prototypes. Memory
+ * An exception is the declaration of arguments in prototypes. Memory
  * for these can't be freed after the declaration, but symbols must
  * be removed from the symbol table after the declaration.
  */



Home | Main Index | Thread Index | Old Index