Skip to content

Commit 4e2a069

Browse files
committed
parsed-attributes -> ParsedAttributes
1 parent 285412a commit 4e2a069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Sema/DeclSpec.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2639,7 +2639,7 @@ class Declarator {
26392639
}
26402640

26412641
/// takeAttributesAppending - Takes attributes from the given
2642-
/// parsed-attributes set and add them to this declarator.
2642+
/// ParsedAttributes set and add them to this declarator.
26432643
///
26442644
/// These examples both add 3 attributes to "var":
26452645
/// short int var __attribute__((aligned(16),common,deprecated));

0 commit comments

Comments
 (0)