Correct some English spellings of SPIR-V.

git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@31237 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
John Kessenich
2015-05-20 16:13:01 +00:00
parent 01685c3ff8
commit 3a13a0c71b
2 changed files with 5 additions and 5 deletions

View File

@@ -105,7 +105,7 @@ public:
namespace spv {
// class to hold SPIRV binary data for remapping, DCE, and debug stripping
// class to hold SPIR-V binary data for remapping, DCE, and debug stripping
class spirvbin_t : public spirvbin_base_t
{
public: