From 65ad0824c9b9acf62db7cc33bc8fb89a33f0f8eb Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 18 Oct 2022 15:31:29 +0200 Subject: [PATCH] docs: correct spelling of "shareable" Reviewed-by: Eric Engestrom Part-of: --- docs/gallium/screen.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gallium/screen.rst b/docs/gallium/screen.rst index ff259ee5f8c..c7871522730 100644 --- a/docs/gallium/screen.rst +++ b/docs/gallium/screen.rst @@ -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.