Date: Thu, 14 Apr 2022 06:45:05 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 35a3662376a0 - stable/12 - powerpc: Fix two typos in source code comments Message-ID: <202204140645.23E6j5cO096810@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <gbe@FreeBSD.org> AuthorDate: 2022-04-09 06:54:01 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204140645.23E6j5cO096810>