Merge pull request #86 from KhronosGroup/chrisforbes-patch-1

Fix unintentional spelling variants of eglGetFrameTimestampSupportedANDROID
diff --git a/extensions/ANDROID/EGL_ANDROID_get_frame_timestamps.txt b/extensions/ANDROID/EGL_ANDROID_get_frame_timestamps.txt
index f9a5b59..bf8d149 100644
--- a/extensions/ANDROID/EGL_ANDROID_get_frame_timestamps.txt
+++ b/extensions/ANDROID/EGL_ANDROID_get_frame_timestamps.txt
@@ -76,7 +76,7 @@
             EGLuint64KHR frameId, EGLint numTimestamps,
             const EGLint *timestamps, EGLnsecsANDROID *values);
 
-    EGLBoolean eglQueryTimestampSupportedANDROID(EGLDisplay dpy,
+    EGLBoolean eglGetFrameTimestampSupportedANDROID(EGLDisplay dpy,
             EGLSurface surface, EGLint timestamp);
 
 New Tokens
@@ -213,11 +213,11 @@
 
     and
 
-        EGLBoolean eglGetFrameTimestampsSupportedANDROID(EGLDisplay dpy,
+        EGLBoolean eglGetFrameTimestampSupportedANDROID(EGLDisplay dpy,
             EGLSurface surface, EGLint timestamp);
 
     allows querying which values are supported by the implementations of
-    eglGetCompositoTimingANDROID and eglGetFrameTimestampsSupportedANDROID
+    eglGetCompositorTimingANDROID and eglGetFrameTimestampSupportedANDROID
     respectively."
 
 Issues
@@ -226,6 +226,10 @@
 
 Revision History
 
+#9 (Chris Forbes, June 11, 2019)
+    - Fix eglGetFrameTimestampSupportedANDROID function name in extension
+      spec to match reality
+
 #8 (Brian Anderson, April 11, 2017)
     - Use reserved enumerant values.