Skip to content

Commit f5f512b

Browse files
[NFC][SYCL] Fix typo (#7454)
1 parent 6dc536a commit f5f512b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/source/detail/config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ class __SYCL2020_DEPRECATED("Use SYCLConfig<ONEAPI_DEVICE_SELECTOR> instead")
287287
if (ValStr) {
288288

289289
std::cerr
290-
<< "\nWARNING: The enviroment variable SYCL_DEVICE_FITLER"
290+
<< "\nWARNING: The enviroment variable SYCL_DEVICE_FILTER"
291291
" is deprecated. Please use ONEAPI_DEVICE_SELECTOR instead.\n"
292292
"For more details, please refer to:\n"
293293
"https://github.com/intel/llvm/blob/sycl/sycl/doc/"

0 commit comments

Comments
 (0)