Merge pull request #250 from pablode/buffer-storage-mask

gl.xml: Add BufferStorageMask for glBufferStorage
diff --git a/xml/gl.xml b/xml/gl.xml
index f387b94..5251ec2 100644
--- a/xml/gl.xml
+++ b/xml/gl.xml
@@ -41618,7 +41618,7 @@
             <require comment="Supported only if GL_EXT_direct_state_access is supported">
                 <command name="glNamedBufferPageCommitmentEXT"/>
             </require>
-            <require comment="Supported only if GL_ARb_direct_state_access or GL 4.5 is supported">
+            <require comment="Supported only if GL_ARB_direct_state_access or GL 4.5 is supported">
                 <command name="glNamedBufferPageCommitmentARB"/>
             </require>
         </extension>