From 521cd2caa5bd8f36f193f2363352486a2f802980 Mon Sep 17 00:00:00 2001 From: Steven Perron Date: Fri, 8 Dec 2023 12:34:18 -0500 Subject: [PATCH] Update tools/clang/lib/SPIRV/DeclResultIdMapper.h Co-authored-by: Cassandra Beckley --- tools/clang/lib/SPIRV/DeclResultIdMapper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/clang/lib/SPIRV/DeclResultIdMapper.h b/tools/clang/lib/SPIRV/DeclResultIdMapper.h index db6a8b2792..da1e283c1c 100644 --- a/tools/clang/lib/SPIRV/DeclResultIdMapper.h +++ b/tools/clang/lib/SPIRV/DeclResultIdMapper.h @@ -381,7 +381,7 @@ class DeclResultIdMapper { int indexInCTBuffer; }; - /// The struct contianing the data needed to create the input and output + /// The struct containing the data needed to create the input and output /// variables for the decl. struct StageVarDataBundle { public: