docs: correct spelling of "semantic"

Reviewed-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19191>
This commit is contained in:
Erik Faye-Lund
2022-10-19 17:00:12 +02:00
committed by Marge Bot
parent 13e2d1a78e
commit 19a4e2c864
+1 -1
View File
@@ -3224,7 +3224,7 @@ where F is 0xffffffff when the fragment belongs to a front-facing polygon and
TGSI_SEMANTIC_EDGEFLAG
""""""""""""""""""""""
For vertex shaders, this sematic label indicates that an input or
For vertex shaders, this semantic label indicates that an input or
output is a boolean edge flag. The register layout is [F, x, x, x]
where F is 0.0 or 1.0 and x = don't care. Normally, the vertex shader
simply copies the edge flag input to the edgeflag output.