EGL_EXT_image_implicit_sync_control: change "bad attribute value" error to EGL_BAD_ATTRIBUTE
diff --git a/extensions/EXT/EGL_EXT_image_implicit_sync_control.txt b/extensions/EXT/EGL_EXT_image_implicit_sync_control.txt
index fdc7033..5660e0a 100644
--- a/extensions/EXT/EGL_EXT_image_implicit_sync_control.txt
+++ b/extensions/EXT/EGL_EXT_image_implicit_sync_control.txt
@@ -20,7 +20,7 @@
 
 Version
 
-    Version 1, May 15, 2017
+    Version 2, March 16, 2020
 
 Number
 
@@ -118,10 +118,14 @@
 
        * If <attrib_list> contains the EGL_IMPORT_SYNC_TYPE_EXT name, but the
          value is not one of EGL_IMPORT_IMPLICIT_SYNC_EXT or
-         EGL_IMPORT_EXPLICIT_SYNC_EXT, EGL_BAD_PARAMETER is generated.
+         EGL_IMPORT_EXPLICIT_SYNC_EXT, EGL_BAD_ATTRIBUTE is generated.
 
 
 Revision History
 
 #1 (Daniel Stone, May 15, 2017)
    - Initial revision.
+
+#2 (Eric Engestrom, March 16, 2020)
+   - Change "bad attribute value" error from EGL_BAD_PARAMETER to
+     EGL_BAD_ATTRIBUTE to follow the EGL convention.