Module: Mesa
Branch: main
Commit: 1ffd591562533233ddf5347d677c905dc782fe4a
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=1ffd591562533233ddf5347d677c905dc782fe4a

Author: Harri Nieminen <[email protected]>
Date:   Mon Mar 27 22:14:55 2023 +0300

docs/panfrost: Fix typo

Found by codespell

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22149>

---

 docs/drivers/panfrost.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/drivers/panfrost.rst b/docs/drivers/panfrost.rst
index 1adc0d7053b..798720c04f9 100644
--- a/docs/drivers/panfrost.rst
+++ b/docs/drivers/panfrost.rst
@@ -277,7 +277,7 @@ hardware algorithm, which means that the reference code 
from ridiculousfish
 doesn't always produce the right constants. Mali does not use the pre-shift
 optimization, since that would make a hardware implementation slower (it
 would have to always do the pre-shift, multiply, and post-shift operations).
-It also forces the multplier to be at least 2^31, which means that the
+It also forces the multiplier to be at least 2^31, which means that the
 exponent is entirely fixed, so there is no trial-and-error. Altogether,
 given the divisor d, the algorithm the driver must follow is:
 

Reply via email to