Skip to content

Commit 7700932

Browse files
author
Erich Keane
committed
Fix typo in comment
1 parent e37ef8c commit 7700932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test/regression/unnamed-lambda.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ void bar(cl::sycl::queue queue) {
3535
}
3636

3737
// 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
38+
// than the lexical order of the lambdas. In a previous implementation of
3939
// __builtin_sycl_unique_stable_name this would result in the value of the
4040
// builtin being invalidated, causing a compile error. The redesigned
4141
// implementation should no longer have a problem with this pattern.

0 commit comments

Comments
 (0)