We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87b6ec3 commit b937691Copy full SHA for b937691
clang/test/CodeGenOpenCLCXX/local_addrspace_init.clcpp
@@ -14,7 +14,7 @@ kernel void test() {
14
// address space variables. User defined initialization could
15
// make sense, but would it mean that all work items need to
16
// execute it? Potentially disallowing any initialization would
17
- // make things easier and assingments can be used to set specific
+ // make things easier and assignments can be used to set specific
18
// values. This rules should make it consistent with OpenCL C.
19
//__local C c();
20
}
0 commit comments