Skip to content

Commit c064ba3

Browse files
committed
[NFC] Add commas in code comments.
1 parent 7d65cc9 commit c064ba3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/include/clang/Sema/ParsedAttr.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ class ParsedAttr final
627627
/// a Spelling enumeration, the value UINT_MAX is returned.
628628
unsigned getSemanticSpelling() const;
629629

630-
/// If this is an OpenCL address space attribute returns its representation
630+
/// If this is an OpenCL address space attribute, returns its representation
631631
/// in LangAS, otherwise returns default address space.
632632
LangAS asOpenCLLangAS() const {
633633
switch (getParsedKind()) {
@@ -650,7 +650,7 @@ class ParsedAttr final
650650
}
651651
}
652652

653-
/// If this is an OpenCL address space attribute returns its SYCL
653+
/// If this is an OpenCL address space attribute, returns its SYCL
654654
/// representation in LangAS, otherwise returns default address space.
655655
LangAS asSYCLLangAS() const {
656656
switch (getKind()) {

0 commit comments

Comments
 (0)