docs: correct spelling of "Gouraud"
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Wed, 19 Oct 2022 15:07:39 +0000 (17:07 +0200)
committerMarge Bot <emma+marge@anholt.net>
Tue, 25 Oct 2022 10:06:44 +0000 (10:06 +0000)
Reviewed-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19191>

docs/gallium/cso/rasterizer.rst

index 48986c0..a23e338 100644 (file)
@@ -51,7 +51,7 @@ of the entire polygon.  If not set, fragment colors will be interpolated
 between the vertex colors.
 
 The actual interpolated shading algorithm is obviously
-implementation-dependent, but will usually be Gourard for most hardware.
+implementation-dependent, but will usually be Gouraud for most hardware.
 
 .. note::