From 8b3baa274406e9bcde4239f7b05edf17d8bd564f Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Fri, 8 Mar 2019 11:03:48 +0000 Subject: [PATCH] gallium: fix typo in comment Signed-off-by: Eric Engestrom --- src/gallium/include/pipe/p_defines.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/include/pipe/p_defines.h b/src/gallium/include/pipe/p_defines.h index 672a2ea..e59a92e 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) -- 2.7.4