Skip to content

Commit 91820d8

Browse files
committed
Address reviews
1 parent 3957cb5 commit 91820d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Sema/SemaSYCL.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5776,7 +5776,7 @@ static const char *paramKind2Str(KernelParamKind K) {
57765776
CASE(stream);
57775777
CASE(specialization_constants_buffer);
57785778
CASE(pointer);
5779-
CASE(work_group_mmeory);
5779+
CASE(work_group_memory);
57805780
}
57815781
return "<ERROR>";
57825782

0 commit comments

Comments
 (0)