gallium: fix typo in comment
authorEric Engestrom <eric.engestrom@intel.com>
Fri, 8 Mar 2019 11:03:48 +0000 (11:03 +0000)
committerEric Engestrom <eric.engestrom@intel.com>
Thu, 9 May 2019 10:14:37 +0000 (11:14 +0100)
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
src/gallium/include/pipe/p_defines.h

index 672a2ea7378d1ac0cf143f53af1be94c02342fdc..e59a92ea529f3d9b7ae24e1406f88bcc83bd7d73 100644 (file)
@@ -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)