This is an automated email from the ASF dual-hosted git repository.

abukor pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git

commit afc3da3ad62dd53d180ef830b2c8d14e2aaf025c
Author: Ádám Bakai <aba...@cloudera.com>
AuthorDate: Fri May 3 12:07:14 2024 +0200

    [CmakeLists.txt] Fix typo
    
    Change-Id: I5e8da8f49b201daf99c27cc1fc3793f511e81e6c
    Reviewed-on: http://gerrit.cloudera.org:8080/21395
    Reviewed-by: Attila Bukor <abu...@apache.org>
    Reviewed-by: Wang Xixu <1450306...@qq.com>
    Tested-by: Attila Bukor <abu...@apache.org>
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index c13d7743a..a8a68bb95 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1332,7 +1332,7 @@ set(KUDU_MIN_TEST_LIBS ${KUDU_BASE_LIBS} kudu_test_main 
kudu_test_util)
 # Prepend SANITIZER_OPTIONS_OVERRIDE if this is a sanitizer build.
 # SANITIZER_OPTIONS_OVERRIDE needs to be linked first so that it is statically
 # linked to the test binaries directly. Otherwise the weakly linked default
-# implementations coul be be used when running tests.
+# implementations could be be used when running tests.
 if ("${KUDU_USE_ASAN}" OR "${KUDU_USE_TSAN}" OR "${KUDU_USE_UBSAN}")
   list(INSERT KUDU_MIN_TEST_LIBS 0 ${SANITIZER_OPTIONS_OVERRIDE})
 endif()

Reply via email to