From: Eric Engestrom Date: Fri, 8 Mar 2019 11:03:48 +0000 (+0000) Subject: gallium: fix typo in comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8b3baa274406e9bcde4239f7b05edf17d8bd564f;p=mesa.git gallium: fix typo in comment Signed-off-by: Eric Engestrom --- diff --git a/src/gallium/include/pipe/p_defines.h b/src/gallium/include/pipe/p_defines.h index 672a2ea7378..e59a92ea529 100644 --- a/src/gallium/include/pipe/p_defines.h +++ b/src/gallium/include/pipe/p_defines.h @@ -890,7 +890,7 @@ enum pipe_cap * return a bitmask of the supported priorities. If the driver does not * support prioritized contexts, it can return 0. * - * Note that these match __DRI2_RENDER_HAS_CONTEXT_PRIORITY_* + * Note that these match __DRI2_RENDERER_HAS_CONTEXT_PRIORITY_* */ #define PIPE_CONTEXT_PRIORITY_LOW (1 << 0) #define PIPE_CONTEXT_PRIORITY_MEDIUM (1 << 1)