Skip to content

Commit 200be1f

Browse files
inbelicV-FEXrt
andauthored
review: fix typo
Co-authored-by: Ashley Coleman <[email protected]>
1 parent d6440f9 commit 200be1f

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
@@ -61,7 +61,7 @@ std::optional<RootConstants> RootSignatureParser::parseRootConstants() {
6161
if (!Params.has_value())
6262
return std::nullopt;
6363

64-
// Check mandatory parameters were provided
64+
// Check mandatory parameters where provided
6565
if (!Params->Num32BitConstants.has_value()) {
6666
getDiags().Report(CurToken.TokLoc, diag::err_hlsl_rootsig_missing_param)
6767
<< TokenKind::kw_num32BitConstants;

0 commit comments

Comments
 (0)