File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -627,7 +627,7 @@ class ParsedAttr final
627
627
// / a Spelling enumeration, the value UINT_MAX is returned.
628
628
unsigned getSemanticSpelling () const ;
629
629
630
- // / If this is an OpenCL address space attribute returns its representation
630
+ // / If this is an OpenCL address space attribute, returns its representation
631
631
// / in LangAS, otherwise returns default address space.
632
632
LangAS asOpenCLLangAS () const {
633
633
switch (getParsedKind ()) {
@@ -650,7 +650,7 @@ class ParsedAttr final
650
650
}
651
651
}
652
652
653
- // / If this is an OpenCL address space attribute returns its SYCL
653
+ // / If this is an OpenCL address space attribute, returns its SYCL
654
654
// / representation in LangAS, otherwise returns default address space.
655
655
LangAS asSYCLLangAS () const {
656
656
switch (getKind ()) {
You can’t perform that action at this time.
0 commit comments