Source-Changes-HG archive

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

[src/trunk]: src There is no doubt whether whether should have a 'h' after th...



details:   https://anonhg.NetBSD.org/src/rev/12cffe4e8740
branches:  trunk
changeset: 770447:12cffe4e8740
user:      mbalmer <mbalmer%NetBSD.org@localhost>
date:      Mon Oct 17 16:35:21 2011 +0000

description:
There is no doubt whether whether should have a 'h' after the 'w'.

diffstat:

 dist/dhcp/includes/cf/aix.h       |  2 +-
 dist/dhcp/server/dhcp.c           |  4 ++--
 dist/pf/sbin/pfctl/pfctl_parser.c |  4 ++--
 distrib/utils/sysinst/mbr.c       |  4 ++--
 distrib/utils/sysinst/util.c      |  4 ++--
 sys/dev/usb/if_atu.c              |  6 +++---
 tests/toolchain/cc/t_hello.sh     |  4 ++--
 7 files changed, 14 insertions(+), 14 deletions(-)

diffs (132 lines):

diff -r 93f97b1b6d5c -r 12cffe4e8740 dist/dhcp/includes/cf/aix.h
--- a/dist/dhcp/includes/cf/aix.h       Mon Oct 17 16:31:14 2011 +0000
+++ b/dist/dhcp/includes/cf/aix.h       Mon Oct 17 16:35:21 2011 +0000
@@ -77,7 +77,7 @@
 #define va_dcl
 
 /* The vsnprint function definition in /usr/include/ appears to use this
- * as a key for wether or not it should be declared.  Seems reasoanble for
+ * as a key for whether or not it should be declared.  Seems reasoanble for
  * us to use the same key.
  */
 #if (_XOPEN_SOURCE != 500)
diff -r 93f97b1b6d5c -r 12cffe4e8740 dist/dhcp/server/dhcp.c
--- a/dist/dhcp/server/dhcp.c   Mon Oct 17 16:31:14 2011 +0000
+++ b/dist/dhcp/server/dhcp.c   Mon Oct 17 16:35:21 2011 +0000
@@ -34,7 +34,7 @@
 
 #ifndef lint
 static char copyright[] =
-"$Id: dhcp.c,v 1.12 2011/08/15 21:12:43 christos Exp $ Copyright (c) 2004-2005 Internet Systems Consortium.  All rights reserved.\n";
+"$Id: dhcp.c,v 1.13 2011/10/17 16:35:23 mbalmer Exp $ Copyright (c) 2004-2005 Internet Systems Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -2688,7 +2688,7 @@
                lease -> timestamp = cur_time;
                icmp_echorequest (&lease -> ip_addr);
 
-               /* Determine wether to use configured or default ping timeout.
+               /* Determine whether to use configured or default ping timeout.
                 */
                if ((oc = lookup_option (&server_universe, state -> options,
                                                SV_PING_TIMEOUT)) &&
diff -r 93f97b1b6d5c -r 12cffe4e8740 dist/pf/sbin/pfctl/pfctl_parser.c
--- a/dist/pf/sbin/pfctl/pfctl_parser.c Mon Oct 17 16:31:14 2011 +0000
+++ b/dist/pf/sbin/pfctl/pfctl_parser.c Mon Oct 17 16:35:21 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pfctl_parser.c,v 1.10 2008/06/18 09:06:26 yamt Exp $   */
+/*     $NetBSD: pfctl_parser.c,v 1.11 2011/10/17 16:35:22 mbalmer Exp $        */
 /*     $OpenBSD: pfctl_parser.c,v 1.234 2006/10/31 23:46:24 mcbride Exp $ */
 
 /*
@@ -1230,7 +1230,7 @@
        if (iftab == NULL)
                ifa_load();
 
-       /* check wether this is a group */
+       /* check whether this is a group */
 #ifndef __NetBSD__
        /* XXXPF TODO investigate what's needed for NetBSD */
        if ((s = socket(AF_INET, SOCK_DGRAM, 0)) == -1)
diff -r 93f97b1b6d5c -r 12cffe4e8740 distrib/utils/sysinst/mbr.c
--- a/distrib/utils/sysinst/mbr.c       Mon Oct 17 16:31:14 2011 +0000
+++ b/distrib/utils/sysinst/mbr.c       Mon Oct 17 16:35:21 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mbr.c,v 1.87 2011/05/30 14:20:48 joerg Exp $ */
+/*     $NetBSD: mbr.c,v 1.88 2011/10/17 16:35:22 mbalmer Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -1399,7 +1399,7 @@
        const unsigned char *p;
 
        /*
-        * The 16 bit magic used to detect wether mbr_bootsel is valid
+        * The 16 bit magic used to detect whether mbr_bootsel is valid
         * or not is pretty week - collisions have been seen in the wild;
         * but maybe it is just foreign tools corruption reminiscents
         * of NetBSD MBRs. Anyway, before accepting a boot menu definition,
diff -r 93f97b1b6d5c -r 12cffe4e8740 distrib/utils/sysinst/util.c
--- a/distrib/utils/sysinst/util.c      Mon Oct 17 16:31:14 2011 +0000
+++ b/distrib/utils/sysinst/util.c      Mon Oct 17 16:35:21 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: util.c,v 1.169 2011/04/04 08:30:14 mbalmer Exp $       */
+/*     $NetBSD: util.c,v 1.170 2011/10/17 16:35:22 mbalmer Exp $       */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -486,7 +486,7 @@
 }
 
 /*
- * Check wether we can remove the boot media.
+ * Check whether we can remove the boot media.
  * If it is not a local filesystem, return -1.
  * If we can not decide for sure (can not tell MD content from plain ffs
  * on hard disk, for example), return 0.
diff -r 93f97b1b6d5c -r 12cffe4e8740 sys/dev/usb/if_atu.c
--- a/sys/dev/usb/if_atu.c      Mon Oct 17 16:31:14 2011 +0000
+++ b/sys/dev/usb/if_atu.c      Mon Oct 17 16:35:21 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_atu.c,v 1.40 2010/11/03 22:28:31 dyoung Exp $ */
+/*     $NetBSD: if_atu.c,v 1.41 2011/10/17 16:35:21 mbalmer 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.40 2010/11/03 22:28:31 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_atu.c,v 1.41 2011/10/17 16:35:21 mbalmer Exp $");
 
 
 #include <sys/param.h>
@@ -493,7 +493,7 @@
        /* the time we stay on one channel */
        USETW(Scan.MinChannelTime, 100);
        USETW(Scan.MaxChannelTime, 200);
-       /* wether or not we scan all channels */
+       /* whether or not we scan all channels */
        Scan.InternationalScan = 0xc1;
 
 #ifdef ATU_DEBUG
diff -r 93f97b1b6d5c -r 12cffe4e8740 tests/toolchain/cc/t_hello.sh
--- a/tests/toolchain/cc/t_hello.sh     Mon Oct 17 16:31:14 2011 +0000
+++ b/tests/toolchain/cc/t_hello.sh     Mon Oct 17 16:35:21 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: t_hello.sh,v 1.5 2011/10/04 12:01:21 martin Exp $
+#      $NetBSD: t_hello.sh,v 1.6 2011/10/17 16:35:22 mbalmer Exp $
 #
 # Copyright (c) 2011 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -73,7 +73,7 @@
 }
 
 hello32_body() {
-       # check wether this arch is 64bit
+       # check whether this arch is 64bit
        if ! cc -dM -E - < /dev/null | fgrep -q _LP64; then
                atf_skip "this is not a 64 bit architecture"
        fi



Home | Main Index | Thread Index | Old Index