From 3e4db4022ec766bcfb0e7d7b6848d6cfb338d843 Mon Sep 17 00:00:00 2001 From: Jeroen Ruigrok/asmodai Date: Thu, 8 Jan 2004 18:48:07 +0000 Subject: [PATCH] Spell 'weird' the way English expects it. --- release/scripts/checkindex.pl | 4 ++-- secure/lib/libcrypt/crypt-des.c | 4 ++-- sys/bus/pci/pci.c | 4 ++-- sys/dev/netif/ed/if_ed.c | 4 ++-- sys/dev/netif/wi/if_wavelan_ieee.h | 4 ++-- sys/emulation/svr4/svr4_stream.c | 4 ++-- sys/vfs/coda/coda_venus.c | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/release/scripts/checkindex.pl b/release/scripts/checkindex.pl index 164f0ac328..d4a8b56ab7 100644 --- a/release/scripts/checkindex.pl +++ b/release/scripts/checkindex.pl @@ -12,7 +12,7 @@ # 08 Apr 2000 # # $FreeBSD: src/release/scripts/checkindex.pl,v 1.1.2.1 2003/03/03 09:49:13 murray Exp $ -# $DragonFly: src/release/scripts/Attic/checkindex.pl,v 1.2 2003/06/17 04:27:21 dillon Exp $ +# $DragonFly: src/release/scripts/Attic/checkindex.pl,v 1.3 2004/01/08 18:48:07 asmodai Exp $ # use Getopt::Long; @@ -67,7 +67,7 @@ sub findAssignment($$) { # } # $code =~ /package_add\((\S+)\)/; # my($varName) = $1; -# print STDERR "$lineMatch of $fileName is wierd\n"; +# print STDERR "$lineMatch of $fileName is weird\n"; # print STDERR "Trying to find '$varName'\n"; # while ($cnt > 0) { # $cnt--; diff --git a/secure/lib/libcrypt/crypt-des.c b/secure/lib/libcrypt/crypt-des.c index e364ffe1ce..b712bda6df 100644 --- a/secure/lib/libcrypt/crypt-des.c +++ b/secure/lib/libcrypt/crypt-des.c @@ -37,7 +37,7 @@ * SUCH DAMAGE. * * $FreeBSD: src/secure/lib/libcrypt/crypt-des.c,v 1.12 1999/09/20 12:39:20 markm Exp $ - * $DragonFly: src/secure/lib/libcrypt/crypt-des.c,v 1.2 2003/06/17 04:27:48 dillon Exp $ + * $DragonFly: src/secure/lib/libcrypt/crypt-des.c,v 1.3 2004/01/08 18:48:07 asmodai Exp $ * * This is an original implementation of the DES and the crypt(3) interfaces * by David Burren . @@ -637,7 +637,7 @@ crypt_des(const char *key, const char *setting) /* * Double check that we weren't given a short setting. * If we were, the above code will probably have created - * wierd values for count and salt, but we don't really care. + * weird values for count and salt, but we don't really care. * Just make sure the output string doesn't have an extra * NUL in it. */ diff --git a/sys/bus/pci/pci.c b/sys/bus/pci/pci.c index 2b98e538db..1bec26d5b7 100644 --- a/sys/bus/pci/pci.c +++ b/sys/bus/pci/pci.c @@ -24,7 +24,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * $FreeBSD: src/sys/pci/pci.c,v 1.141.2.15 2002/04/30 17:48:18 tmm Exp $ - * $DragonFly: src/sys/bus/pci/pci.c,v 1.7 2004/01/07 18:13:19 joerg Exp $ + * $DragonFly: src/sys/bus/pci/pci.c,v 1.8 2004/01/08 18:48:07 asmodai Exp $ * */ @@ -77,7 +77,7 @@ static void pci_read_extcap(pcicfgregs *cfg); struct pci_quirk { u_int32_t devid; /* Vendor/device of the card */ int type; -#define PCI_QUIRK_MAP_REG 1 /* PCI map register in wierd place */ +#define PCI_QUIRK_MAP_REG 1 /* PCI map register in weird place */ int arg1; int arg2; }; diff --git a/sys/dev/netif/ed/if_ed.c b/sys/dev/netif/ed/if_ed.c index c89bc30e06..9443937bff 100644 --- a/sys/dev/netif/ed/if_ed.c +++ b/sys/dev/netif/ed/if_ed.c @@ -25,7 +25,7 @@ * SUCH DAMAGE. * * $FreeBSD: src/sys/dev/ed/if_ed.c,v 1.173.2.13 2001/11/03 00:36:07 luigi Exp $ - * $DragonFly: src/sys/dev/netif/ed/if_ed.c,v 1.7 2004/01/06 03:17:23 dillon Exp $ + * $DragonFly: src/sys/dev/netif/ed/if_ed.c,v 1.8 2004/01/08 18:48:07 asmodai Exp $ */ /* @@ -3092,7 +3092,7 @@ ed_hpp_writemem(sc, src, dst, len) * Write to HP PC Lan+ NIC memory. Access to the NIC can be by using * outsw() or via the memory mapped interface to the same register. * Writes have to be in word units; byte accesses won't work and may cause - * the NIC to behave wierdly. Long word accesses are permitted if the ASIC + * the NIC to behave weirdly. Long word accesses are permitted if the ASIC * allows it. */ diff --git a/sys/dev/netif/wi/if_wavelan_ieee.h b/sys/dev/netif/wi/if_wavelan_ieee.h index 2c6e1d53ab..34afbbe591 100644 --- a/sys/dev/netif/wi/if_wavelan_ieee.h +++ b/sys/dev/netif/wi/if_wavelan_ieee.h @@ -30,7 +30,7 @@ * THE POSSIBILITY OF SUCH DAMAGE. * * $FreeBSD: src/sys/dev/wi/if_wavelan_ieee.h,v 1.12.2.2 2002/08/02 07:11:34 imp Exp $ - * $DragonFly: src/sys/dev/netif/wi/Attic/if_wavelan_ieee.h,v 1.2 2003/06/17 04:28:33 dillon Exp $ + * $DragonFly: src/sys/dev/netif/wi/Attic/if_wavelan_ieee.h,v 1.3 2004/01/08 18:48:07 asmodai Exp $ */ #ifndef _IF_WAVELAN_IEEE_H @@ -410,7 +410,7 @@ struct wi_rx_frame { u_int8_t wi_addr4[6]; u_int16_t wi_dat_len; /* - * another wierdity with the drivers. they append a 802.3 header which + * another weirdity with the drivers. they append a 802.3 header which * is somewhat redundant, since all the same data is provided in the * 802.11 header. */ diff --git a/sys/emulation/svr4/svr4_stream.c b/sys/emulation/svr4/svr4_stream.c index 3e5d17e044..cc6d965ba9 100644 --- a/sys/emulation/svr4/svr4_stream.c +++ b/sys/emulation/svr4/svr4_stream.c @@ -28,7 +28,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * $FreeBSD: src/sys/svr4/svr4_stream.c,v 1.12.2.2 2000/11/26 04:42:27 dillon Exp $ - * $DragonFly: src/sys/emulation/svr4/Attic/svr4_stream.c,v 1.10 2003/10/08 01:30:32 daver Exp $ + * $DragonFly: src/sys/emulation/svr4/Attic/svr4_stream.c,v 1.11 2004/01/08 18:48:07 asmodai Exp $ */ /* @@ -2208,7 +2208,7 @@ svr4_sys_getmsg(struct svr4_sys_getmsg_args *uap) if (st->s_cmd == SVR4_TI_CONNECT_REQUEST) { struct read_args ra; - /* More wierdness: Again, I can't find documentation + /* More weirdness: Again, I can't find documentation * to back this up, but when a process does a generic * "getmsg()" call it seems that the command field is * zero and the length of the data area is zero. I diff --git a/sys/vfs/coda/coda_venus.c b/sys/vfs/coda/coda_venus.c index c87859d5d6..888145adbe 100644 --- a/sys/vfs/coda/coda_venus.c +++ b/sys/vfs/coda/coda_venus.c @@ -28,7 +28,7 @@ * * @(#) src/sys/cfs/coda_venus.c,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ * $FreeBSD: src/sys/coda/coda_venus.c,v 1.9 1999/08/28 00:40:56 peter Exp $ - * $DragonFly: src/sys/vfs/coda/Attic/coda_venus.c,v 1.4 2003/08/07 21:17:40 dillon Exp $ + * $DragonFly: src/sys/vfs/coda/Attic/coda_venus.c,v 1.5 2004/01/08 18:48:07 asmodai Exp $ * */ @@ -417,7 +417,7 @@ venus_lookup(void *mdp, ViceFid *fid, /* NOTE: * Between version 1 and version 2 we have added an extra flag field * to this structure. But because the string was at the end and because - * of the wierd way we represent strings by having the slot point to + * of the weird way we represent strings by having the slot point to * where the string characters are in the "heap", we can just slip the * flag parameter in after the string slot pointer and veni that don't * know better won't see this new flag field ... -- 2.41.0