diff options
author | Dejan Mircevski <deki@google.com> | 2015-10-09 11:06:10 -0400 |
---|---|---|
committer | David Neto <dneto@google.com> | 2015-10-26 12:55:33 -0400 |
commit | d2c81cf34afd0372d13561d728132882900a49f2 (patch) | |
tree | fc62f16962d85e9134bbe086dadb6d8192bcb4b0 /source/operand.cpp | |
parent | f6b865110cf6f810ccf95ad4627c85f44ddca028 (diff) | |
download | SPIRV-Tools-d2c81cf34afd0372d13561d728132882900a49f2.tar.gz SPIRV-Tools-d2c81cf34afd0372d13561d728132882900a49f2.tar.bz2 SPIRV-Tools-d2c81cf34afd0372d13561d728132882900a49f2.zip |
Negative test for SourceLanguage.
Also, use "class" instead of "type" in the coverage CSV.
Diffstat (limited to 'source/operand.cpp')
-rw-r--r-- | source/operand.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/operand.cpp b/source/operand.cpp index e7b39a30..e57fa0c9 100644 --- a/source/operand.cpp +++ b/source/operand.cpp @@ -1520,7 +1520,7 @@ const char* spvOperandTypeStr(spv_operand_type_t type) { case SPV_OPERAND_TYPE_LITERAL_STRING: return "literal string"; case SPV_OPERAND_TYPE_SOURCE_LANGUAGE: - return "source langauge"; + return "source language"; case SPV_OPERAND_TYPE_EXECUTION_MODEL: return "execution model"; case SPV_OPERAND_TYPE_ADDRESSING_MODEL: |