Skip to content

Commit 9e27358

Browse files
Fix a typo in comment
Created using spr 1.3.6
1 parent 900c71f commit 9e27358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/cmake/modules/HandleLLVMOptions.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1483,7 +1483,7 @@ endif()
14831483
check_symbol_exists(flock "sys/file.h" HAVE_FLOCK)
14841484
set(LLVM_ENABLE_ONDISK_CAS_default OFF)
14851485
if(HAVE_FLOCK OR LLVM_ON_WIN32)
1486-
# LLVM ONDisk CAS currently requires flock on Unix.
1486+
# LLVM OnDisk CAS currently requires flock on Unix.
14871487
set(LLVM_ENABLE_ONDISK_CAS_default ON)
14881488
endif()
14891489
option(LLVM_ENABLE_ONDISK_CAS "Build OnDiskCAS." ${LLVM_ENABLE_ONDISK_CAS_default})

0 commit comments

Comments
 (0)