summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-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
4 files changed, 4 insertions, 4 deletions
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;
};
OpenPOWER on IntegriCloud