Skip to content

Commit e96b347

Browse files
committed
fix typo
1 parent 6912198 commit e96b347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Parse/ParseHLSLRootSignature.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ bool RootSignatureParser::parse() {
4444

4545
return consumeExpectedToken(TokenKind::end_of_stream,
4646
diag::err_hlsl_unexpected_end_of_params,
47-
/*param of=*/TokenKind::kw_RootSignature));
47+
/*param of=*/TokenKind::kw_RootSignature);
4848
}
4949

5050
std::optional<RootConstants> RootSignatureParser::parseRootConstants() {

0 commit comments

Comments
 (0)