Non-functional: Fix typos.

This commit is contained in:
John Kessenich 2016-11-27 17:26:21 -07:00
parent e50dc536ff
commit 509c4216e6
6 changed files with 7 additions and 7 deletions

View file

@ -538,7 +538,7 @@ private:
};
// Encapsulate having a pointer to an array of TConstUnion,
// which only needs to be allocated if it's size is going to be
// which only needs to be allocated if its size is going to be
// bigger than 0.
//
// One convenience is being able to use [] to go inside the array, instead

View file

@ -2,5 +2,5 @@
// For the version, it uses the latest git tag followed by the number of commits.
// For the date, it uses the current date (when then script is run).
#define GLSLANG_REVISION "Overload400-PrecQual.1661"
#define GLSLANG_DATE "26-Nov-2016"
#define GLSLANG_REVISION "Overload400-PrecQual.1662"
#define GLSLANG_DATE "27-Nov-2016"