Skip to content

Commit 45a33b0

Browse files
Update comment
1 parent adb0a54 commit 45a33b0

File tree

1 file changed

+1
-1
lines changed
  • clang/include/clang/Sema

1 file changed

+1
-1
lines changed

clang/include/clang/Sema/Sema.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ class SYCLIntegrationHeader {
359359
int Info = 0;
360360
// Offset of the captured parameter value in the lambda or function object.
361361
unsigned Offset = 0;
362-
// NumOpenCLParams to capture number of parameters in Accessor/Sampler init
362+
// NumOpenCLParams to capture number of parameters in Accessor __init
363363
// method.
364364
unsigned NumOpenCLParams = 1;
365365
};

0 commit comments

Comments
 (0)