docs: use correct tick for "doesn't"
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Mon, 9 Jan 2023 08:32:10 +0000 (09:32 +0100)
committerMarge Bot <emma+marge@anholt.net>
Wed, 26 Apr 2023 08:09:37 +0000 (08:09 +0000)
Reviewed-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22286>

docs/drivers/anv.rst

index 5a5bbb7..66c3513 100644 (file)
@@ -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.