The branch stable/12 has been updated by gbe (doc committer):

URL: 
https://cgit.FreeBSD.org/src/commit/?id=35a3662376a08f43502d9b2065b895ba37fbc04e

commit 35a3662376a08f43502d9b2065b895ba37fbc04e
Author:     Gordon Bergling <[email protected]>
AuthorDate: 2022-04-09 06:54:01 +0000
Commit:     Gordon Bergling <[email protected]>
CommitDate: 2022-04-14 06:35:00 +0000

    powerpc: Fix two typos in source code comments
    
    - s/mutiplying/multiplying/
    
    (cherry picked from commit f259d24fa5d3341710da5aa785968fd89e5fc3ed)
---
 sys/powerpc/aim/mmu_oea.c   | 2 +-
 sys/powerpc/aim/mmu_oea64.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys/powerpc/aim/mmu_oea.c b/sys/powerpc/aim/mmu_oea.c
index 03e8218c187e..ea74879eba26 100644
--- a/sys/powerpc/aim/mmu_oea.c
+++ b/sys/powerpc/aim/mmu_oea.c
@@ -1736,7 +1736,7 @@ moea_pinit(mmu_t mmu, 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 585d11e5c53f..e19cac8f314f 100644
--- a/sys/powerpc/aim/mmu_oea64.c
+++ b/sys/powerpc/aim/mmu_oea64.c
@@ -2103,7 +2103,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

Reply via email to