From: Erik Faye-Lund Date: Mon, 9 Jan 2023 08:32:10 +0000 (+0100) Subject: docs: use correct tick for "doesn't" X-Git-Tag: upstream/23.3.3~9483 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1a42e8ac442a90ac9cd9aa8d05fc929d1b10b71f;p=platform%2Fupstream%2Fmesa.git docs: use correct tick for "doesn't" Reviewed-by: Eric Engestrom Part-of: --- diff --git a/docs/drivers/anv.rst b/docs/drivers/anv.rst index 5a5bbb7..66c3513 100644 --- a/docs/drivers/anv.rst +++ b/docs/drivers/anv.rst @@ -294,7 +294,7 @@ indirect draws. Instead of loading HW registers with values using the command streamer, we generate entire set of ``3DPRIMITIVE`` instructions using a shader. The generated instructions contain the entire draw call parameters. This way the command streamer executes -only ``3DPRIMITIVE`` instructions and doesn´t do any data loading from +only ``3DPRIMITIVE`` instructions and doesn't do any data loading from memory or touch HW registers, feeding the 3D pipeline as fast as it can.