Skip to content

Commit 33eb72a

Browse files
committed
review: fix typo
1 parent 846e66f commit 33eb72a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/AST/Decl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5191,7 +5191,7 @@ class HLSLRootSignatureDecl final
51915191
}
51925192

51935193
HLSLRootSignatureDecl(DeclContext *DC, SourceLocation Loc, IdentifierInfo *ID,
5194-
llvm::dxbc::RootSignatureVersion Verison,
5194+
llvm::dxbc::RootSignatureVersion Version,
51955195
unsigned NumElems);
51965196

51975197
public:

0 commit comments

Comments
 (0)