Skip to content

Commit 87f7ee7

Browse files
authored
[SYCL][NFC] Fix copy-paste bug in the comments (#19668)
The comment copy-pasted from the complex header without updating the header name.
1 parent 4ff9395 commit 87f7ee7

File tree

1 file changed

+2
-2
lines changed
  • sycl/include/sycl/stl_wrappers

1 file changed

+2
-2
lines changed

sycl/include/sycl/stl_wrappers/cmath

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
#include_next <cmath>
1616
#else
1717
// MSVC doesn't support "#include_next", so we have to be creative.
18-
// Our header is located in "stl_wrappers/complex" so it won't be picked by the
18+
// Our header is located in "stl_wrappers/cmath" so it won't be picked by the
1919
// following include. MSVC's installation, on the other hand, has the layout
20-
// where the following would result in the <complex> we want. This is obviously
20+
// where the following would result in the <cmath> we want. This is obviously
2121
// hacky, but the best we can do...
2222
#include <../include/cmath>
2323
#endif

0 commit comments

Comments
 (0)