summaryrefslogtreecommitdiffstats
path: root/sys/mips
diff options
context:
space:
mode:
authorbrucec <brucec@FreeBSD.org>2011-02-21 09:01:34 +0000
committerbrucec <brucec@FreeBSD.org>2011-02-21 09:01:34 +0000
commit6d9b42b4862ca331b22065d875de9cad9da72658 (patch)
tree1f08a200604ea39c38fc67b8558b5638a6dfba0d /sys/mips
parent879ce9c16d5491279b3bcbf139b4b4a967fb3fab (diff)
downloadFreeBSD-src-6d9b42b4862ca331b22065d875de9cad9da72658.zip
FreeBSD-src-6d9b42b4862ca331b22065d875de9cad9da72658.tar.gz
Fix typos - remove duplicate "the".
PR: bin/154928 Submitted by: Eitan Adler <lists at eitanadler.com> MFC after: 3 days
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/mips/pmap.c4
-rw-r--r--sys/mips/rmi/fmn.c4
-rw-r--r--sys/mips/sibyte/sb_zbpci.c2
3 files changed, 5 insertions, 5 deletions
diff --git a/sys/mips/mips/pmap.c b/sys/mips/mips/pmap.c
index 3b858de..f20e159 100644
--- a/sys/mips/mips/pmap.c
+++ b/sys/mips/mips/pmap.c
@@ -2018,7 +2018,7 @@ validate:
pmap_update_page(pmap, va, newpte);
/*
- * Sync I & D caches for executable pages. Do this only if the the
+ * Sync I & D caches for executable pages. Do this only if the
* target pmap belongs to the current process. Otherwise, an
* unresolvable TLB miss may occur.
*/
@@ -2152,7 +2152,7 @@ pmap_enter_quick_locked(pmap_t pmap, vm_offset_t va, vm_page_t m,
else {
*pte |= PTE_RO;
/*
- * Sync I & D caches. Do this only if the the target pmap
+ * Sync I & D caches. Do this only if the target pmap
* belongs to the current process. Otherwise, an
* unresolvable TLB miss may occur. */
if (pmap == &curproc->p_vmspace->vm_pmap) {
diff --git a/sys/mips/rmi/fmn.c b/sys/mips/rmi/fmn.c
index f42dfea..f7686cb 100644
--- a/sys/mips/rmi/fmn.c
+++ b/sys/mips/rmi/fmn.c
@@ -99,7 +99,7 @@ static int msgring_maxthreads = 3;
TUNABLE_INT("hw.fmn.maxthreads", &msgring_maxthreads);
/*
- * The device drivers can register a handler for the the messages sent
+ * The device drivers can register a handler for the messages sent
* from a station (corresponding to the device).
*/
struct tx_stn_handler {
@@ -148,7 +148,7 @@ xlr_msgring_cpu_init(void)
* For sending FMN messages, we need credits on the destination
* bucket. Program the credits this core has on the 128 possible
* destination buckets.
- * We cannot use a loop here, because the the first argument has
+ * We cannot use a loop here, because the first argument has
* to be a constant integer value.
*/
MSGRNG_CC_INIT_CPU_DEST(0, cc_config->counters);
diff --git a/sys/mips/sibyte/sb_zbpci.c b/sys/mips/sibyte/sb_zbpci.c
index 243ed08..f4df353 100644
--- a/sys/mips/sibyte/sb_zbpci.c
+++ b/sys/mips/sibyte/sb_zbpci.c
@@ -110,7 +110,7 @@ zbpci_attach(device_t dev)
panic("%s: port_rman", __func__);
/*
- * Reserve the the physical memory that is used to read/write to the
+ * Reserve the physical memory that is used to read/write to the
* pci config space but don't activate it. We are using a page worth
* of KVA as a window over this region.
*/
OpenPOWER on IntegriCloud