summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-02-06 09:25:10 +0000
committerasmodai <asmodai@FreeBSD.org>2001-02-06 09:25:10 +0000
commite69fe706f10796309aef77a1726d7bbd9ef3fa41 (patch)
treeb971a50b8647d28d9cb5c9c1a93781c889624f52
parent010d68ca1c6a6f04e09a047a3682ff8fa338c986 (diff)
downloadFreeBSD-src-e69fe706f10796309aef77a1726d7bbd9ef3fa41.zip
FreeBSD-src-e69fe706f10796309aef77a1726d7bbd9ef3fa41.tar.gz
Fix typo: wierd -> weird.
There is no such thing as wierd in the english language.
-rw-r--r--libexec/telnetd/telnetd.c2
-rw-r--r--sys/compat/svr4/svr4_stream.c2
-rw-r--r--sys/dev/cardbus/cardbus.c2
-rw-r--r--sys/dev/ed/if_ed.c2
-rw-r--r--sys/dev/isp/isp_target.c2
-rw-r--r--sys/dev/pci/pci.c2
-rw-r--r--sys/kern/vfs_aio.c2
-rw-r--r--usr.bin/telnet/externs.h2
8 files changed, 8 insertions, 8 deletions
diff --git a/libexec/telnetd/telnetd.c b/libexec/telnetd/telnetd.c
index 5695f51..bcb5bab 100644
--- a/libexec/telnetd/telnetd.c
+++ b/libexec/telnetd/telnetd.c
@@ -110,7 +110,7 @@ int registerd_host_only = 0;
/*
* Because of the way ptyibuf is used with streams messages, we need
- * ptyibuf+1 to be on a full-word boundary. The following wierdness
+ * ptyibuf+1 to be on a full-word boundary. The following weirdness
* is simply to make that happen.
*/
long ptyibufbuf[BUFSIZ/sizeof(long)+1];
diff --git a/sys/compat/svr4/svr4_stream.c b/sys/compat/svr4/svr4_stream.c
index 6bf2155..87e8482 100644
--- a/sys/compat/svr4/svr4_stream.c
+++ b/sys/compat/svr4/svr4_stream.c
@@ -2172,7 +2172,7 @@ svr4_sys_getmsg(p, 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/dev/cardbus/cardbus.c b/sys/dev/cardbus/cardbus.c
index 98ed6c0..22f2a4c 100644
--- a/sys/dev/cardbus/cardbus.c
+++ b/sys/dev/cardbus/cardbus.c
@@ -79,7 +79,7 @@ static const char rcsid[] =
struct cardbus_quirk {
u_int32_t devid; /* Vendor/device of the card */
int type;
-#define CARDBUS_QUIRK_MAP_REG 1 /* PCI map register in wierd place */
+#define CARDBUS_QUIRK_MAP_REG 1 /* PCI map register in weird place */
int arg1;
int arg2;
};
diff --git a/sys/dev/ed/if_ed.c b/sys/dev/ed/if_ed.c
index afa9cd4..a8979aa 100644
--- a/sys/dev/ed/if_ed.c
+++ b/sys/dev/ed/if_ed.c
@@ -3047,7 +3047,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/isp/isp_target.c b/sys/dev/isp/isp_target.c
index 8d7a9d5..b0f7245 100644
--- a/sys/dev/isp/isp_target.c
+++ b/sys/dev/isp/isp_target.c
@@ -87,7 +87,7 @@ static void isp_handle_ctio2(struct ispsoftc *, ct2_entry_t *);
* The third group that can show up in the response queue are Immediate
* Notification events. These include things like notifications of SCSI bus
* resets, or Bus Device Reset messages or other messages received. This
- * a classic oddbins area. It can get a little wierd because you then turn
+ * a classic oddbins area. It can get a little weird because you then turn
* around and acknowledge the Immediate Notify by writing an entry onto the
* request queue and then the f/w turns around and gives you an acknowledgement
* to *your* acknowledgement on the response queue (the idea being to let
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c
index 523c21d..3681765 100644
--- a/sys/dev/pci/pci.c
+++ b/sys/dev/pci/pci.c
@@ -151,7 +151,7 @@ static size_t pci_vendordata_size;
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/kern/vfs_aio.c b/sys/kern/vfs_aio.c
index c16cc8c..8c4175a 100644
--- a/sys/kern/vfs_aio.c
+++ b/sys/kern/vfs_aio.c
@@ -2189,7 +2189,7 @@ lio_listio(struct proc *p, struct lio_listio_args *uap)
#ifdef VFS_AIO
/*
- * This is a wierd hack so that we can post a signal. It is safe to do so from
+ * This is a weird hack so that we can post a signal. It is safe to do so from
* a timeout routine, but *not* from an interrupt routine.
*/
static void
diff --git a/usr.bin/telnet/externs.h b/usr.bin/telnet/externs.h
index 10e89ac..0ec3313 100644
--- a/usr.bin/telnet/externs.h
+++ b/usr.bin/telnet/externs.h
@@ -39,7 +39,7 @@
#endif
/*
- * ucb stdio.h defines BSD as something wierd
+ * ucb stdio.h defines BSD as something weird
*/
#if defined(sun) && defined(__svr4__)
#define BSD 43
OpenPOWER on IntegriCloud