summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2006-08-04 07:56:35 +0000
committeryar <yar@FreeBSD.org>2006-08-04 07:56:35 +0000
commit209e4786e7062e14c1123326850d4bcdbd9c605d (patch)
tree3f52e03559d675c9d3ca40d2fcf182a763ba10f4 /sys/dev
parent844254bd878791840f6bef7e7b420497eedadf07 (diff)
downloadFreeBSD-src-209e4786e7062e14c1123326850d4bcdbd9c605d.zip
FreeBSD-src-209e4786e7062e14c1123326850d4bcdbd9c605d.tar.gz
Commit the results of the typo hunt by Darren Pilgrim.
This change affects documentation and comments only, no real code involved. PR: misc/101245 Submitted by: Darren Pilgrim <darren pilgrim bitfreak org> Tested by: md5(1) MFC after: 1 week
Diffstat (limited to 'sys/dev')
-rwxr-xr-xsys/dev/bktr/CHANGELOG.TXT2
-rw-r--r--sys/dev/dpt/dpt_scsi.c2
-rw-r--r--sys/dev/em/if_em.c2
-rw-r--r--sys/dev/fe/if_fe.c2
-rw-r--r--sys/dev/ixgb/if_ixgb.c2
-rw-r--r--sys/dev/patm/if_patm_intr.c2
-rw-r--r--sys/dev/pci/pcivar.h4
-rw-r--r--sys/dev/sym/sym_fw1.h2
-rw-r--r--sys/dev/sym/sym_fw2.h2
9 files changed, 10 insertions, 10 deletions
diff --git a/sys/dev/bktr/CHANGELOG.TXT b/sys/dev/bktr/CHANGELOG.TXT
index 6c7fd05..b885e15 100755
--- a/sys/dev/bktr/CHANGELOG.TXT
+++ b/sys/dev/bktr/CHANGELOG.TXT
@@ -182,7 +182,7 @@
video_open() function select PAL rather than NTSC.
This fixed all the hangs on my Dual Crystal card
when using a PAL video signal. As a result, you
- can loose the tsleep (of 2 seconds - now 0.25!!)
+ can lose the tsleep (of 2 seconds - now 0.25!!)
which I previously added. (Unless someone else
wanted the 0.25 second tsleep).
diff --git a/sys/dev/dpt/dpt_scsi.c b/sys/dev/dpt/dpt_scsi.c
index 826c05e..4d3d987 100644
--- a/sys/dev/dpt/dpt_scsi.c
+++ b/sys/dev/dpt/dpt_scsi.c
@@ -1811,7 +1811,7 @@ dpttimeout(void *arg)
s = splcam();
/*
- * Try to clear any pending jobs. FreeBSD will loose interrupts,
+ * Try to clear any pending jobs. FreeBSD will lose interrupts,
* leaving the controller suspended, and commands timed-out.
* By calling the interrupt handler, any command thus stuck will be
* completed.
diff --git a/sys/dev/em/if_em.c b/sys/dev/em/if_em.c
index 0ac9d55..b6477ac 100644
--- a/sys/dev/em/if_em.c
+++ b/sys/dev/em/if_em.c
@@ -1055,7 +1055,7 @@ em_init_locked(struct adapter *adapter)
}
em_initialize_receive_unit(adapter);
- /* Don't loose promiscuous settings */
+ /* Don't lose promiscuous settings */
em_set_promisc(adapter);
ifp->if_drv_flags |= IFF_DRV_RUNNING;
diff --git a/sys/dev/fe/if_fe.c b/sys/dev/fe/if_fe.c
index a22eb08..fc0f2dc 100644
--- a/sys/dev/fe/if_fe.c
+++ b/sys/dev/fe/if_fe.c
@@ -1197,7 +1197,7 @@ fe_start (struct ifnet *ifp)
* If txb_count is incorrect, leaving it as-is will cause
* sending of garbage after next interrupt. We have to
* avoid it. Hence, we reset the txb_count here. If
- * txb_free was incorrect, resetting txb_count just loose
+ * txb_free was incorrect, resetting txb_count just loses
* some packets. We can live with it.
*/
sc->txb_count = 0;
diff --git a/sys/dev/ixgb/if_ixgb.c b/sys/dev/ixgb/if_ixgb.c
index 788b398..bed748c 100644
--- a/sys/dev/ixgb/if_ixgb.c
+++ b/sys/dev/ixgb/if_ixgb.c
@@ -697,7 +697,7 @@ ixgb_init_locked(struct adapter *adapter)
}
ixgb_initialize_receive_unit(adapter);
- /* Don't loose promiscuous settings */
+ /* Don't lose promiscuous settings */
ixgb_set_promisc(adapter);
ifp = adapter->ifp;
diff --git a/sys/dev/patm/if_patm_intr.c b/sys/dev/patm/if_patm_intr.c
index 9f44d58..2e50b6a 100644
--- a/sys/dev/patm/if_patm_intr.c
+++ b/sys/dev/patm/if_patm_intr.c
@@ -226,7 +226,7 @@ patm_intr(void *p)
* Feeding buffers is actually not so easy as it seems. We cannot use the
* fraction fields in the status registers, because they round down, i.e.
* if we have 34 buffers in the queue, it will show 1. If we now feed
- * 512 - 1 * 32 buffers, we loose two buffers. The only reliable way to know
+ * 512 - 1 * 32 buffers, we lose two buffers. The only reliable way to know
* how many buffers are in the queue are the FBQP registers.
*/
static u_int
diff --git a/sys/dev/pci/pcivar.h b/sys/dev/pci/pcivar.h
index 16fd9cf..ade206a 100644
--- a/sys/dev/pci/pcivar.h
+++ b/sys/dev/pci/pcivar.h
@@ -317,10 +317,10 @@ pci_is_vga_memory_range(u_long start, u_long end)
* power from the system and delivering full functionality to the user.
* D1 Class-specific low-power state in which device context may or may not
* be lost. Buses in D1 cannot do anything to the bus that would force
- * devices on that bus to loose context.
+ * devices on that bus to lose context.
* D2 Class-specific low-power state in which device context may or may
* not be lost. Attains greater power savings than D1. Buses in D2
- * can cause devices on that bus to loose some context. Devices in D2
+ * can cause devices on that bus to lose some context. Devices in D2
* must be prepared for the bus to be in D2 or higher.
* D3 State in which the device is off and not running. Device context is
* lost. Power can be removed from the device.
diff --git a/sys/dev/sym/sym_fw1.h b/sys/dev/sym/sym_fw1.h
index 9a43dc4..d7622d8 100644
--- a/sys/dev/sym/sym_fw1.h
+++ b/sys/dev/sym/sym_fw1.h
@@ -317,7 +317,7 @@ static struct SYM_FWA_SCR SYM_FWA_SCR = {
/*
* Now there are 4 possibilities:
*
- * (1) The chip looses arbitration.
+ * (1) The chip loses arbitration.
* This is ok, because it will try again,
* when the bus becomes idle.
* (But beware of the timeout function!)
diff --git a/sys/dev/sym/sym_fw2.h b/sys/dev/sym/sym_fw2.h
index 5ff740a..93beaac 100644
--- a/sys/dev/sym/sym_fw2.h
+++ b/sys/dev/sym/sym_fw2.h
@@ -290,7 +290,7 @@ static struct SYM_FWA_SCR SYM_FWA_SCR = {
/*
* Now there are 4 possibilities:
*
- * (1) The chip looses arbitration.
+ * (1) The chip loses arbitration.
* This is ok, because it will try again,
* when the bus becomes idle.
* (But beware of the timeout function!)
OpenPOWER on IntegriCloud