summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2019-03-08 11:03:48 +0000
committerEric Engestrom <[email protected]>2019-05-09 11:14:37 +0100
commit8b3baa274406e9bcde4239f7b05edf17d8bd564f (patch)
tree4702ed4d2c700319a3b5e15cc989e01de035bf6e /src
parent86628ed79f1824754ef13f6e95e677fd94bdd8db (diff)
gallium: fix typo in comment
Signed-off-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/gallium/include/pipe/p_defines.h2
1 files changed, 1 insertions, 1 deletions
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)