Merge pull request #29 from courtney-g/171013-smpte-fix

Fix use of invalid enum
diff --git a/extensions/EXT/EGL_EXT_surface_SMPTE2086_metadata.txt b/extensions/EXT/EGL_EXT_surface_SMPTE2086_metadata.txt
index f40cd43..ab3ce25 100644
--- a/extensions/EXT/EGL_EXT_surface_SMPTE2086_metadata.txt
+++ b/extensions/EXT/EGL_EXT_surface_SMPTE2086_metadata.txt
@@ -30,7 +30,7 @@
 
 Version
 
-    Version 6 - Feb 28, 2017
+    Version 7 - Oct 13, 2017
 
 Number
 
@@ -128,7 +128,7 @@
         EXT, EGL_SMPTE2086_WHITE_POINT_Y_EXT, EGL_SMPTE2086_MAX_LUMINANCE_EXT
         and EGL_SMPTE2086_MIN_LUMINANCE_EXT are EGL_DONT_CARE, which causes the
         hints to be ignored. If value is not in the implementation's supported
-        range for attribute, a EGL_INVALID_VALUE error is generated, and some or
+        range for attribute, a EGL_FALSE error is generated, and some or
         all of the metadata fields are ignored.
 
     Add the following footnote at the end of page 43, and increment all the
@@ -213,7 +213,7 @@
        what the valid data ranges are for the metadata fields. It is
        implementation dependant, but related standards, such as SMPTE ST 2086,
        can be used as reference. As described in the body, implemetations may
-       generate a EGL_INVALID_VALUE error to notify applications that the input
+       generate a EGL_FALSE error to notify applications that the input
        metadata values are invalid or not supported.
 
 Revision History
@@ -236,3 +236,6 @@
     Version 6, 2017/02/28
       - Add 'EXT' suffix to 'EGL_METADATA_SCALING'
 
+    Version 7, 2017/10/13
+      - Rename EGL_INVALID_VALUE (which doesn't exist) to EGL_FALSE
+