aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-04-09 06:54:01 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-04-09 07:14:07 +0000
commitf259d24fa5d3341710da5aa785968fd89e5fc3ed (patch)
tree7239e67861070d833f6c87e45f483f4c5a6e1f4f /sys/powerpc
parent1cfd924f4e7ca3dc742905aaf5d828a21ad88191 (diff)
downloadsrc-f259d24fa5d3341710da5aa785968fd89e5fc3ed.tar.gz
src-f259d24fa5d3341710da5aa785968fd89e5fc3ed.zip
powerpc: Fix two typos in source code comments
- s/mutiplying/multiplying/ MFC after: 3 days
Diffstat (limited to 'sys/powerpc')
-rw-r--r--sys/powerpc/aim/mmu_oea.c2
-rw-r--r--sys/powerpc/aim/mmu_oea64.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/powerpc/aim/mmu_oea.c b/sys/powerpc/aim/mmu_oea.c
index cb0c905a53f3..e86df137c963 100644
--- a/sys/powerpc/aim/mmu_oea.c
+++ b/sys/powerpc/aim/mmu_oea.c
@@ -1739,7 +1739,7 @@ moea_pinit(pmap_t pmap)
u_int hash, n;
/*
- * Create a new value by mutiplying by a prime and adding in
+ * Create a new value by multiplying by a prime and adding in
* entropy from the timebase register. This is to make the
* VSID more random so that the PT hash function collides
* less often. (Note that the prime casues gcc to do shifts
diff --git a/sys/powerpc/aim/mmu_oea64.c b/sys/powerpc/aim/mmu_oea64.c
index b3a4a225126f..9e2bddb01344 100644
--- a/sys/powerpc/aim/mmu_oea64.c
+++ b/sys/powerpc/aim/mmu_oea64.c
@@ -2449,7 +2449,7 @@ moea64_get_unique_vsid(void) {
u_int n;
/*
- * Create a new value by mutiplying by a prime and adding in
+ * Create a new value by multiplying by a prime and adding in
* entropy from the timebase register. This is to make the
* VSID more random so that the PT hash function collides
* less often. (Note that the prime casues gcc to do shifts