docs: correct spelling of "shareable"
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Tue, 18 Oct 2022 13:31:29 +0000 (15:31 +0200)
committerMarge Bot <emma+marge@anholt.net>
Wed, 19 Oct 2022 11:18:50 +0000 (11:18 +0000)
Reviewed-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19139>

docs/gallium/screen.rst

index ff259ee..c787152 100644 (file)
@@ -828,7 +828,7 @@ resources might be created and handled quite differently.
 * ``PIPE_BIND_STREAM_OUTPUT``: A stream output buffer.
 * ``PIPE_BIND_CUSTOM``:
 * ``PIPE_BIND_SCANOUT``: A front color buffer or scanout buffer.
-* ``PIPE_BIND_SHARED``: A sharable buffer that can be given to another
+* ``PIPE_BIND_SHARED``: A shareable buffer that can be given to another
   process.
 * ``PIPE_BIND_GLOBAL``: A buffer that can be mapped into the global
   address space of a compute program.