Skip to content

Commit c1ba909

Browse files
committed
update comment
Signed-off-by: Soumi Manna <[email protected]>
1 parent 931ef0e commit c1ba909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Sema/SemaDeclAttr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3453,7 +3453,7 @@ static void handleWorkGroupSizeHint(Sema &S, Decl *D, const ParsedAttr &AL) {
34533453
// Handles max_work_group_size attribute.
34543454
// If the declaration has a SYCLIntelMaxWorkGroupSizeAttr,
34553455
// check to see if the attribute holds equal values (1, 1, 1).
3456-
// Returns true if the attribute values are equal to one.
3456+
// Returns true if the attribute values are not equal to one.
34573457
static bool InvalidWorkGroupSizeAttrs(const Expr *E, const Expr *E1,
34583458
const Expr *E2, const Expr *E3) {
34593459
// If any of the operand is still value dependent, we can't test anything.

0 commit comments

Comments
 (0)