Skip to content

Commit b937691

Browse files
authored
[clang] [NFC] Fix assingments typo
1 parent 87b6ec3 commit b937691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CodeGenOpenCLCXX/local_addrspace_init.clcpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ kernel void test() {
1414
// address space variables. User defined initialization could
1515
// make sense, but would it mean that all work items need to
1616
// execute it? Potentially disallowing any initialization would
17-
// make things easier and assingments can be used to set specific
17+
// make things easier and assignments can be used to set specific
1818
// values. This rules should make it consistent with OpenCL C.
1919
//__local C c();
2020
}

0 commit comments

Comments
 (0)