Module Name:    src
Committed By:   snj
Date:           Sun Feb 28 15:52:17 UTC 2010

Modified Files:
        src/crypto/dist/ipsec-tools: ChangeLog.old
        src/crypto/dist/ipsec-tools/src/racoon: sockmisc.c sockmisc.h
        src/sys/arch/amiga/dev: grf_rtreg.h
        src/sys/arch/atari/dev: ncr5380.c
        src/sys/arch/hpcmips/dev: mq200reg.h
        src/sys/arch/i386/isa: ahc_isa.c
        src/sys/arch/ia64/unwind: decode.h stackframe.h
        src/sys/arch/mac68k/dev: ncr5380.c
        src/sys/dev/usb: if_atu.c
        src/sys/fs/ntfs: TODO
        src/sys/net: if_spppsubr.c

Log Message:
Fight the ever-increasing size of src checkouts by spelling "useful"
without an extra l.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/crypto/dist/ipsec-tools/ChangeLog.old
cvs rdiff -u -r1.17 -r1.18 src/crypto/dist/ipsec-tools/src/racoon/sockmisc.c
cvs rdiff -u -r1.11 -r1.12 src/crypto/dist/ipsec-tools/src/racoon/sockmisc.h
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/amiga/dev/grf_rtreg.h
cvs rdiff -u -r1.65 -r1.66 src/sys/arch/atari/dev/ncr5380.c
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/hpcmips/dev/mq200reg.h
cvs rdiff -u -r1.37 -r1.38 src/sys/arch/i386/isa/ahc_isa.c
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/ia64/unwind/decode.h
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/ia64/unwind/stackframe.h
cvs rdiff -u -r1.63 -r1.64 src/sys/arch/mac68k/dev/ncr5380.c
cvs rdiff -u -r1.35 -r1.36 src/sys/dev/usb/if_atu.c
cvs rdiff -u -r1.3 -r1.4 src/sys/fs/ntfs/TODO
cvs rdiff -u -r1.118 -r1.119 src/sys/net/if_spppsubr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/crypto/dist/ipsec-tools/ChangeLog.old
diff -u src/crypto/dist/ipsec-tools/ChangeLog.old:1.1 src/crypto/dist/ipsec-tools/ChangeLog.old:1.2
--- src/crypto/dist/ipsec-tools/ChangeLog.old:1.1	Tue Jan 20 14:36:08 2009
+++ src/crypto/dist/ipsec-tools/ChangeLog.old	Sun Feb 28 15:52:16 2010
@@ -2241,7 +2241,7 @@
 	* src/racoon/crypto_openssl.c (eay_3des_*): Check for strict key 
 	  length only with old API.
 	  (eay_des_encrypt): Ditto.
-	* src/racoon/eaytest.c: Make the testsuite usefull, i.e. exit with
+	* src/racoon/eaytest.c: Make the testsuite useful, i.e. exit with
 	  non-zero error code if any of the tests fail.
 	  (main): Print banner with version.
 	* src/racoon/Makefile.in: Run eaytest in 'make check'.

Index: src/crypto/dist/ipsec-tools/src/racoon/sockmisc.c
diff -u src/crypto/dist/ipsec-tools/src/racoon/sockmisc.c:1.17 src/crypto/dist/ipsec-tools/src/racoon/sockmisc.c:1.18
--- src/crypto/dist/ipsec-tools/src/racoon/sockmisc.c:1.17	Tue Jul  7 12:25:22 2009
+++ src/crypto/dist/ipsec-tools/src/racoon/sockmisc.c	Sun Feb 28 15:52:16 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: sockmisc.c,v 1.17 2009/07/07 12:25:22 tteras Exp $	*/
+/*	$NetBSD: sockmisc.c,v 1.18 2010/02/28 15:52:16 snj Exp $	*/
 
 /* Id: sockmisc.c,v 1.24 2006/05/07 21:32:59 manubsd Exp */
 
@@ -940,7 +940,7 @@
 	return -1;
 }
 
-/* Some usefull functions for sockaddr port manipulations. */
+/* Some useful functions for sockaddr port manipulations. */
 u_int16_t
 extract_port (const struct sockaddr *addr)
 {

Index: src/crypto/dist/ipsec-tools/src/racoon/sockmisc.h
diff -u src/crypto/dist/ipsec-tools/src/racoon/sockmisc.h:1.11 src/crypto/dist/ipsec-tools/src/racoon/sockmisc.h:1.12
--- src/crypto/dist/ipsec-tools/src/racoon/sockmisc.h:1.11	Fri Jul  3 06:41:47 2009
+++ src/crypto/dist/ipsec-tools/src/racoon/sockmisc.h	Sun Feb 28 15:52:16 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: sockmisc.h,v 1.11 2009/07/03 06:41:47 tteras Exp $	*/
+/*	$NetBSD: sockmisc.h,v 1.12 2010/02/28 15:52:16 snj Exp $	*/
 
 /* Id: sockmisc.h,v 1.9 2005/10/05 16:55:41 manubsd Exp */
 
@@ -88,7 +88,7 @@
 				      const struct netaddr *daddr));
 extern int naddr_score(const struct netaddr *naddr, const struct sockaddr *saddr);
 
-/* Some usefull functions for sockaddr port manipulations. */
+/* Some useful functions for sockaddr port manipulations. */
 extern u_int16_t extract_port __P((const struct sockaddr *addr));
 extern u_int16_t *set_port __P((struct sockaddr *addr, u_int16_t new_port));
 extern u_int16_t *get_port_ptr __P((struct sockaddr *addr));

Index: src/sys/arch/amiga/dev/grf_rtreg.h
diff -u src/sys/arch/amiga/dev/grf_rtreg.h:1.15 src/sys/arch/amiga/dev/grf_rtreg.h:1.16
--- src/sys/arch/amiga/dev/grf_rtreg.h:1.15	Sun Mar  4 05:59:20 2007
+++ src/sys/arch/amiga/dev/grf_rtreg.h	Sun Feb 28 15:52:16 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: grf_rtreg.h,v 1.15 2007/03/04 05:59:20 christos Exp $	*/
+/*	$NetBSD: grf_rtreg.h,v 1.16 2010/02/28 15:52:16 snj Exp $	*/
 
 /*
  * Copyright (c) 1993 Markus Wild
@@ -381,10 +381,10 @@
 #define SEQ_ID_CHAR_MAP_SELECT	0x03
 #define SEQ_ID_MEMORY_MODE	0x04
 #define SEQ_ID_EXTENDED_ENABLE	0x05	/* down from here, all seq registers are NCR extensions */
-#define SEQ_ID_UNKNOWN1         0x06	/* it does exist so it's probably usefull */
-#define SEQ_ID_UNKNOWN2         0x07	/* it does exist so it's probably usefull */
+#define SEQ_ID_UNKNOWN1         0x06	/* it does exist so it's probably useful */
+#define SEQ_ID_UNKNOWN2         0x07	/* it does exist so it's probably useful */
 #define SEQ_ID_CHIP_ID		0x08
-#define SEQ_ID_UNKNOWN3         0x09	/* it does exist so it's probably usefull */
+#define SEQ_ID_UNKNOWN3         0x09	/* it does exist so it's probably useful */
 #define SEQ_ID_CURSOR_COLOR1	0x0A
 #define SEQ_ID_CURSOR_COLOR0	0x0B
 #define SEQ_ID_CURSOR_CONTROL	0x0C

Index: src/sys/arch/atari/dev/ncr5380.c
diff -u src/sys/arch/atari/dev/ncr5380.c:1.65 src/sys/arch/atari/dev/ncr5380.c:1.66
--- src/sys/arch/atari/dev/ncr5380.c:1.65	Tue Oct 20 19:10:10 2009
+++ src/sys/arch/atari/dev/ncr5380.c	Sun Feb 28 15:52:16 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: ncr5380.c,v 1.65 2009/10/20 19:10:10 snj Exp $	*/
+/*	$NetBSD: ncr5380.c,v 1.66 2010/02/28 15:52:16 snj Exp $	*/
 
 /*
  * Copyright (c) 1995 Leo Weppelman.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ncr5380.c,v 1.65 2009/10/20 19:10:10 snj Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ncr5380.c,v 1.66 2010/02/28 15:52:16 snj Exp $");
 
 /*
  * Bit mask of targets you want debugging to be shown
@@ -614,7 +614,7 @@
  * This interrupt can only be triggered when running in non-polled DMA
  * mode. When DMA is not active, it will be silently ignored, it is usually
  * to late because the EOP interrupt of the controller happens just a tiny
- * bit earlier. It might become usefull when scatter/gather is implemented,
+ * bit earlier. It might become useful when scatter/gather is implemented,
  * because in that case only part of the DATAIN/DATAOUT transfer is taken
  * out of a single buffer.
  */

Index: src/sys/arch/hpcmips/dev/mq200reg.h
diff -u src/sys/arch/hpcmips/dev/mq200reg.h:1.10 src/sys/arch/hpcmips/dev/mq200reg.h:1.11
--- src/sys/arch/hpcmips/dev/mq200reg.h:1.10	Sun Dec 11 12:17:33 2005
+++ src/sys/arch/hpcmips/dev/mq200reg.h	Sun Feb 28 15:52:16 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: mq200reg.h,v 1.10 2005/12/11 12:17:33 christos Exp $	*/
+/*	$NetBSD: mq200reg.h,v 1.11 2010/02/28 15:52:16 snj Exp $	*/
 
 /*-
  * Copyright (c) 2000, 2001 TAKEMURA Shin
@@ -286,7 +286,7 @@
 #	define MQ200_GCAWSA_MASK	0x000fffff
 	/* bits 24-21 are reserved */
 #	define MQ200_GCAWPI_MASK	0xfe000000
-#	define MQ200_GCAWPI_SHIFT	24	/* XXX, 24 could be usefull
+#	define MQ200_GCAWPI_SHIFT	24	/* XXX, 24 could be useful
 						   than 23 */
 
 /* GC Window Stride (GC0ER and GC2ER)	*/

Index: src/sys/arch/i386/isa/ahc_isa.c
diff -u src/sys/arch/i386/isa/ahc_isa.c:1.37 src/sys/arch/i386/isa/ahc_isa.c:1.38
--- src/sys/arch/i386/isa/ahc_isa.c:1.37	Tue May  5 09:51:23 2009
+++ src/sys/arch/i386/isa/ahc_isa.c	Sun Feb 28 15:52:16 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: ahc_isa.c,v 1.37 2009/05/05 09:51:23 cegger Exp $	*/
+/*	$NetBSD: ahc_isa.c,v 1.38 2010/02/28 15:52:16 snj Exp $	*/
 
 /*
  * Product specific probe and attach routines for:
@@ -110,7 +110,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ahc_isa.c,v 1.37 2009/05/05 09:51:23 cegger Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ahc_isa.c,v 1.38 2010/02/28 15:52:16 snj Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -440,7 +440,7 @@
 
 	/*
 	 * Tell the user what type of interrupts we're using.
-	 * usefull for debugging irq problems
+	 * useful for debugging irq problems
 	 */
 	if (bootverbose) {
 		aprint_verbose_dev(ahc->sc_dev, "Using %s interrupts\n",

Index: src/sys/arch/ia64/unwind/decode.h
diff -u src/sys/arch/ia64/unwind/decode.h:1.2 src/sys/arch/ia64/unwind/decode.h:1.3
--- src/sys/arch/ia64/unwind/decode.h:1.2	Wed Feb 21 22:59:45 2007
+++ src/sys/arch/ia64/unwind/decode.h	Sun Feb 28 15:52:16 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: decode.h,v 1.2 2007/02/21 22:59:45 thorpej Exp $	*/
+/*	$NetBSD: decode.h,v 1.3 2010/02/28 15:52:16 snj Exp $	*/
 
 /* Contributed to the NetBSD Foundation by Cherry G. Mathew <che...@mahiti.org>
  * This file contains prototypes to decode unwind descriptors.
@@ -195,7 +195,7 @@
 	
 
 /* A record chain is a decoded unwind descriptor.
- * It is usefull for post processing unwind descriptors.
+ * It is useful for post processing unwind descriptors.
  */
 
 struct recordchain {

Index: src/sys/arch/ia64/unwind/stackframe.h
diff -u src/sys/arch/ia64/unwind/stackframe.h:1.1 src/sys/arch/ia64/unwind/stackframe.h:1.2
--- src/sys/arch/ia64/unwind/stackframe.h:1.1	Fri Apr  7 14:21:37 2006
+++ src/sys/arch/ia64/unwind/stackframe.h	Sun Feb 28 15:52:16 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: stackframe.h,v 1.1 2006/04/07 14:21:37 cherry Exp $	*/
+/*	$NetBSD: stackframe.h,v 1.2 2010/02/28 15:52:16 snj Exp $	*/
 
 /* 
  * Contributed to the NetBSD foundation by Cherry G. Mathew
@@ -63,7 +63,7 @@
 
 /* The unwind frame is a simpler version of the trap frame
  * and contains a subset of preserved registers, which are 
- * usefull in unwinding an ia64 stack frame.
+ * useful in unwinding an ia64 stack frame.
  * Keep this in sync with the staterecord. See: stackframe.c:updateregs()
  */
    

Index: src/sys/arch/mac68k/dev/ncr5380.c
diff -u src/sys/arch/mac68k/dev/ncr5380.c:1.63 src/sys/arch/mac68k/dev/ncr5380.c:1.64
--- src/sys/arch/mac68k/dev/ncr5380.c:1.63	Tue Oct 20 19:10:12 2009
+++ src/sys/arch/mac68k/dev/ncr5380.c	Sun Feb 28 15:52:16 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: ncr5380.c,v 1.63 2009/10/20 19:10:12 snj Exp $	*/
+/*	$NetBSD: ncr5380.c,v 1.64 2010/02/28 15:52:16 snj Exp $	*/
 
 /*
  * Copyright (c) 1995 Leo Weppelman.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ncr5380.c,v 1.63 2009/10/20 19:10:12 snj Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ncr5380.c,v 1.64 2010/02/28 15:52:16 snj Exp $");
 
 /*
  * Bit mask of targets you want debugging to be shown
@@ -617,7 +617,7 @@
  * This interrupt can only be triggered when running in non-polled DMA
  * mode. When DMA is not active, it will be silently ignored, it is usually
  * to late because the EOP interrupt of the controller happens just a tiny
- * bit earlier. It might become usefull when scatter/gather is implemented,
+ * bit earlier. It might become useful when scatter/gather is implemented,
  * because in that case only part of the DATAIN/DATAOUT transfer is taken
  * out of a single buffer.
  */

Index: src/sys/dev/usb/if_atu.c
diff -u src/sys/dev/usb/if_atu.c:1.35 src/sys/dev/usb/if_atu.c:1.36
--- src/sys/dev/usb/if_atu.c:1.35	Tue Jan 19 22:07:43 2010
+++ src/sys/dev/usb/if_atu.c	Sun Feb 28 15:52:16 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_atu.c,v 1.35 2010/01/19 22:07:43 pooka Exp $ */
+/*	$NetBSD: if_atu.c,v 1.36 2010/02/28 15:52:16 snj Exp $ */
 /*	$OpenBSD: if_atu.c,v 1.48 2004/12/30 01:53:21 dlg Exp $ */
 /*
  * Copyright (c) 2003, 2004
@@ -48,7 +48,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_atu.c,v 1.35 2010/01/19 22:07:43 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_atu.c,v 1.36 2010/02/28 15:52:16 snj Exp $");
 
 
 #include <sys/param.h>
@@ -649,7 +649,7 @@
 	/*
 	 * TODO:
 	 * read reg domain MIB_PHY @ 0x17 (1 byte), (reply = 0x30)
-	 * we should do something usefull with this info. right now it's just
+	 * we should do something useful with this info. right now it's just
 	 * ignored
 	 */
 	err = atu_get_mib(sc, MIB_PHY__REG_DOMAIN, &reg_domain);

Index: src/sys/fs/ntfs/TODO
diff -u src/sys/fs/ntfs/TODO:1.3 src/sys/fs/ntfs/TODO:1.4
--- src/sys/fs/ntfs/TODO:1.3	Sun Dec 11 12:24:28 2005
+++ src/sys/fs/ntfs/TODO	Sun Feb 28 15:52:17 2010
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.3 2005/12/11 12:24:28 christos Exp $
+$NetBSD: TODO,v 1.4 2010/02/28 15:52:17 snj Exp $
 
 - convert the code to do caching in buffer cache indexed by
   file-vnode/file-offset so that NTFS would take advantage of UBC;
@@ -36,4 +36,4 @@
 
 - basic sysinst support for NTFS
 
-- NTFS ACL support (though usefullness of such feature is arguable)
+- NTFS ACL support (though usefulness of such feature is arguable)

Index: src/sys/net/if_spppsubr.c
diff -u src/sys/net/if_spppsubr.c:1.118 src/sys/net/if_spppsubr.c:1.119
--- src/sys/net/if_spppsubr.c:1.118	Sat Apr 18 14:58:05 2009
+++ src/sys/net/if_spppsubr.c	Sun Feb 28 15:52:17 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_spppsubr.c,v 1.118 2009/04/18 14:58:05 tsutsui Exp $	 */
+/*	$NetBSD: if_spppsubr.c,v 1.119 2010/02/28 15:52:17 snj Exp $	 */
 
 /*
  * Synchronous PPP/Cisco link level subroutines.
@@ -41,7 +41,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_spppsubr.c,v 1.118 2009/04/18 14:58:05 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_spppsubr.c,v 1.119 2010/02/28 15:52:17 snj Exp $");
 
 #include "opt_inet.h"
 #include "opt_ipx.h"
@@ -3906,7 +3906,7 @@
 	/* challenge, failure and success are his authproto */
 	case CHAP_CHALLENGE:
 		if (sp->myauth.secret == NULL || sp->myauth.name == NULL) {
-		    /* can't do anything usefull */
+		    /* can't do anything useful */
 		    sp->pp_auth_failures++;
 		    printf("%s: chap input without my name and my secret being set\n",
 		    	ifp->if_xname);
@@ -4009,7 +4009,7 @@
 	/* response is my authproto */
 	case CHAP_RESPONSE:
 		if (sp->hisauth.secret == NULL) {
-		    /* can't do anything usefull */
+		    /* can't do anything useful */
 		    printf("%s: chap input without his secret being set\n",
 		    	ifp->if_xname);
 		    break;
@@ -4278,7 +4278,7 @@
 	u_char clen;
 
 	if (sp->myauth.name == NULL) {
-	    /* can't do anything usefull */
+	    /* can't do anything useful */
 	    printf("%s: chap starting without my name being set\n",
 	    	sp->pp_if.if_xname);
 	    return;
@@ -4349,7 +4349,7 @@
 	/* PAP request is my authproto */
 	case PAP_REQ:
 		if (sp->hisauth.name == NULL || sp->hisauth.secret == NULL) {
-		    /* can't do anything usefull */
+		    /* can't do anything useful */
 		    printf("%s: pap request without his name and his secret being set\n",
 		    	ifp->if_xname);
 		    break;
@@ -4622,7 +4622,7 @@
 	u_char idlen, pwdlen;
 
 	if (sp->myauth.secret == NULL || sp->myauth.name == NULL) {
-	    /* can't do anything usefull */
+	    /* can't do anything useful */
 	    printf("%s: pap starting without my name and secret being set\n",
 	    	sp->pp_if.if_xname);
 	    return;

Reply via email to