From 8d28667046328c8cd196e8c743d4161a2155b351 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 18 Oct 2022 15:39:03 +0200 Subject: [PATCH] docs: correct spelling of "simplification" Reviewed-by: Eric Engestrom Part-of: --- docs/drivers/asahi.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/drivers/asahi.rst b/docs/drivers/asahi.rst index 2115b4adbf2..a1323db1167 100644 --- a/docs/drivers/asahi.rst +++ b/docs/drivers/asahi.rst @@ -124,7 +124,7 @@ register is a register allocated constant for all fragment shader invocations in a given polygon. Physically, it contains the values output by the vertex shader for each vertex of the polygon. Coefficient registers are preloaded with values from varying slots. This preloading appears to occur in fixed function hardware, -a simplifcation from PowerVR which requires a specialized program for the +a simplification from PowerVR which requires a specialized program for the programmable data sequencer to do the preload. The "Bind fragment pipeline" packet points to coefficient register bindings,