Nonfunctional: Remove stray ';' and fix Google Test sentence in README.
authorJohn Kessenich <cepheus@frii.com>
Thu, 7 Apr 2016 15:10:47 +0000 (09:10 -0600)
committerJohn Kessenich <cepheus@frii.com>
Thu, 7 Apr 2016 15:10:47 +0000 (09:10 -0600)
README.md
SPIRV/GlslangToSpv.h

index 56bdeec..d669e50 100644 (file)
--- a/README.md
+++ b/README.md
@@ -124,7 +124,7 @@ Testing
 -------
 
 Test results should always be included with a pull request that modifies
-functionality. And since glslang is adding the ability to test with
+functionality. And since glslang added the ability to test with
 [Google Test](https://github.com/google/googletest) framework,
 please write your new tests using Google Test.
 
index d8a1889..ea75340 100644 (file)
@@ -40,4 +40,4 @@ void GetSpirvVersion(std::string&);
 void GlslangToSpv(const glslang::TIntermediate& intermediate, std::vector<unsigned int>& spirv);
 void OutputSpv(const std::vector<unsigned int>& spirv, const char* baseName);
 
-};
+}