powerpc: Fix two typos in source code comments

- s/mutiplying/multiplying/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-04-09 08:54:01 +02:00
parent 1cfd924f4e
commit f259d24fa5
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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