Skip to content

Commit e22c966

Browse files
committed
Update comments
1 parent 59afc11 commit e22c966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ option(UR_USE_MSAN "enable MemorySanitizer" OFF)
4242
option(UR_USE_TSAN "enable ThreadSanitizer" OFF)
4343
option(UR_ENABLE_TRACING "enable api tracing through xpti" OFF)
4444
option(UR_ENABLE_SANITIZER "enable device sanitizer" ON)
45-
option(UR_ENABLE_SYMBOLIZER "enable Symoblizer for Sanitizer" OFF)
45+
option(UR_ENABLE_SYMBOLIZER "enable symoblizer for sanitizer" OFF)
4646
option(UMF_BUILD_SHARED_LIBRARY "Build UMF as shared library" OFF)
4747
option(UMF_ENABLE_POOL_TRACKING "Build UMF with pool tracking" ON)
4848
option(UR_BUILD_ADAPTER_L0 "Build the Level-Zero adapter" OFF)

0 commit comments

Comments
 (0)