Module: Mesa
Branch: master
Commit: 5a7e5d8bb67a4aaad2d6dd42e336ff17f8882a16
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=5a7e5d8bb67a4aaad2d6dd42e336ff17f8882a16

Author: Eric Anholt <e...@anholt.net>
Date:   Fri Sep 18 15:02:07 2015 -0400

mesa: Fix a typo in AMD_performance_monitor enum.

Reviewed-by: Ian Romanick <ian.d.roman...@intel.com>

---

 src/mapi/glapi/gen/AMD_performance_monitor.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mapi/glapi/gen/AMD_performance_monitor.xml 
b/src/mapi/glapi/gen/AMD_performance_monitor.xml
index 41b5208..b29dc5d 100644
--- a/src/mapi/glapi/gen/AMD_performance_monitor.xml
+++ b/src/mapi/glapi/gen/AMD_performance_monitor.xml
@@ -78,7 +78,7 @@
     <enum name="COUNTER_TYPE_AMD" value="0x8BC0"/>
     <enum name="COUNTER_RANGE_AMD" value="0x8BC1"/>
     <enum name="UNSIGNED_INT64_AMD" value="0x8BC2"/>
-    <enum name="PECENTAGE_AMD" value="0x8BC3"/>
+    <enum name="PERCENTAGE_AMD" value="0x8BC3"/>
     <enum name="PERFMON_RESULT_AVAILABLE_AMD" value="0x8BC4"/>
     <enum name="PERFMON_RESULT_SIZE_AMD" value="0x8BC5"/>
     <enum name="PERFMON_RESULT_AMD" value="0x8BC6"/>

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to