From 8d3b2bd0da8e2fbecfd3c7bcce9b5be6b6803c53 Mon Sep 17 00:00:00 2001 From: Andrei Elovikov Date: Fri, 18 Nov 2022 11:28:09 -0800 Subject: [PATCH] [NFC][SYCL] Fix typo --- sycl/source/detail/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sycl/source/detail/config.hpp b/sycl/source/detail/config.hpp index 9de6f12883dd1..e825812996a87 100644 --- a/sycl/source/detail/config.hpp +++ b/sycl/source/detail/config.hpp @@ -287,7 +287,7 @@ class __SYCL2020_DEPRECATED("Use SYCLConfig instead") if (ValStr) { std::cerr - << "\nWARNING: The enviroment variable SYCL_DEVICE_FITLER" + << "\nWARNING: The enviroment variable SYCL_DEVICE_FILTER" " is deprecated. Please use ONEAPI_DEVICE_SELECTOR instead.\n" "For more details, please refer to:\n" "https://github.com/intel/llvm/blob/sycl/sycl/doc/"