git: e59161e4377d - stable/13 - powerpc: Fix two typos in source code comments

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Thu, 14 Apr 2022 06:13:30 UTC
The branch stable/13 has been updated by gbe (doc committer):

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

commit e59161e4377d378bd494db51fc073a1e6a2bc4e5
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-09 06:54:01 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-14 06:09:49 +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 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 1abf65ab35b3..9e024a2be6b1 100644
--- a/sys/powerpc/aim/mmu_oea64.c
+++ b/sys/powerpc/aim/mmu_oea64.c
@@ -2456,7 +2456,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