Skip to content

Commit 190cfcd

Browse files
committed
updating comment with inbelic suggestion
1 parent e8b973f commit 190cfcd

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
@@ -930,7 +930,7 @@ RootSignatureParser::parseStaticSamplerParams() {
930930
return std::nullopt;
931931
Params.Visibility = Visibility;
932932
} else if (tryConsumeExpectedToken(TokenKind::kw_flags)) {
933-
// `flags` `=` UINT_BORDER_COLOR
933+
// `flags` `=` STATIC_SAMPLE_FLAGS
934934
if (Params.Flags.has_value()) {
935935
reportDiag(diag::err_hlsl_rootsig_repeat_param) << CurToken.TokKind;
936936
return std::nullopt;

0 commit comments

Comments
 (0)