Skip to content

Commit 1c983b5

Browse files
committed
self-review: fix typo
1 parent 159ce71 commit 1c983b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/include/clang/Sema/SemaHLSL.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,8 @@ class SemaHLSL : public SemaBase {
153153
ActOnFinishRootSignatureDecl(SourceLocation Loc, IdentifierInfo *DeclIdent,
154154
ArrayRef<hlsl::RootSignatureElement> Elements);
155155

156-
// Returns true when D is invalid and a diagnostic was produced
156+
// Returns true if any RootSignatureElement is invalid and a diagnostic was
157+
// produced
157158
bool
158159
handleRootSignatureElements(ArrayRef<hlsl::RootSignatureElement> Elements);
159160
void handleRootSignatureAttr(Decl *D, const ParsedAttr &AL);

0 commit comments

Comments
 (0)