From 1a42e8ac442a90ac9cd9aa8d05fc929d1b10b71f Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Mon, 9 Jan 2023 09:32:10 +0100 Subject: docs: use correct tick for "doesn't" Reviewed-by: Eric Engestrom Part-of: --- docs/drivers/anv.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/drivers/anv.rst b/docs/drivers/anv.rst index 5a5bbb716d1..66c35138669 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. -- cgit v1.2.1