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 e37ef8c commit 7700932Copy full SHA for 7700932
sycl/test/regression/unnamed-lambda.cpp
@@ -35,7 +35,7 @@ void bar(cl::sycl::queue queue) {
35
}
36
37
// This validates the case where using a lambda in a kernel in a different order
38
-// than the lexical order of the lambdas. In a previous implemetation of
+// than the lexical order of the lambdas. In a previous implementation of
39
// __builtin_sycl_unique_stable_name this would result in the value of the
40
// builtin being invalidated, causing a compile error. The redesigned
41
// implementation should no longer have a problem with this pattern.
0 commit comments