summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2018-03-05 06:59:30 +0000
committereadler <eadler@FreeBSD.org>2018-03-05 06:59:30 +0000
commita03b84a5a391a1d6f60842fcf412a26328b53a6b (patch)
tree2e3d1e48bbd6bfce09b0a74f9b2eb03a21ef77aa /sys/powerpc
parent804a8b0a21d8d6b8e287fade30e1e346076ddaeb (diff)
downloadFreeBSD-src-a03b84a5a391a1d6f60842fcf412a26328b53a6b.zip
FreeBSD-src-a03b84a5a391a1d6f60842fcf412a26328b53a6b.tar.gz
MFC r327231,r327232:
kernel: Fix several typos and minor errors lib: Fix several typos and minor errors - duplicate words - typos - references to old versions of FreeBSD
Diffstat (limited to 'sys/powerpc')
-rw-r--r--sys/powerpc/booke/locore.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/booke/locore.S b/sys/powerpc/booke/locore.S
index d6f8ac0..2ff4026 100644
--- a/sys/powerpc/booke/locore.S
+++ b/sys/powerpc/booke/locore.S
@@ -79,7 +79,7 @@ __start:
* - Switch to temp mapping
* - Map 64MB of RAM in TLB1[1]
* - Use AS=1, set EPN to KERNBASE and RPN to kernel load address
- * - Switch to to TLB1[1] mapping
+ * - Switch to TLB1[1] mapping
* - Invalidate temp mapping
*
* locore registers use:
OpenPOWER on IntegriCloud