aboutsummaryrefslogtreecommitdiff
path: root/source/val/validate_extensions.cpp
diff options
context:
space:
mode:
authorluzpaz <luzpaz@users.noreply.github.com>2022-01-26 15:13:08 -0500
committerGitHub <noreply@github.com>2022-01-26 15:13:08 -0500
commit65ecfd1093a9a02627fbf98bd53897aca633ae92 (patch)
tree21250be23428e5971e9701b0b119567dd8ae38e2 /source/val/validate_extensions.cpp
parentff91b1c275543c7ba4e27060a7f209bc1ab71eb9 (diff)
downloadSPIRV-Tools-65ecfd1093a9a02627fbf98bd53897aca633ae92.tar.gz
Fix various source comment (doxygen) typos (#4680)
Found via `codespell -q 3 -L fo,lod,parm
Diffstat (limited to 'source/val/validate_extensions.cpp')
-rw-r--r--source/val/validate_extensions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/val/validate_extensions.cpp b/source/val/validate_extensions.cpp
index b9f8e3c5..01cbcd25 100644
--- a/source/val/validate_extensions.cpp
+++ b/source/val/validate_extensions.cpp
@@ -129,7 +129,7 @@ spv_result_t ValidateUint32ConstantOperandForDebugInfo(
}
// True if the operand of a debug info instruction |inst| at |word_index|
-// satisifies |expectation| that is given as a function. Otherwise,
+// satisfies |expectation| that is given as a function. Otherwise,
// returns false.
bool DoesDebugInfoOperandMatchExpectation(
const ValidationState_t& _,