From 3229c7acd9eb609ad1358b9b81c090069006c4aa Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Tue, 18 Sep 2018 11:19:53 +0800 Subject: [PATCH] cmake: fix typos Signed-off-by: Kefu Chai --- cmake/modules/SIMDExt.cmake | 2 +- src/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/modules/SIMDExt.cmake b/cmake/modules/SIMDExt.cmake index 021524e11e39f..4c019259ea9ad 100644 --- a/cmake/modules/SIMDExt.cmake +++ b/cmake/modules/SIMDExt.cmake @@ -1,4 +1,4 @@ -# detect SIMD extentions +# detect SIMD extensions # # HAVE_ARMV8_CRC # HAVE_ARMV8_SIMD diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 28d3d6d6b764e..aa42a311b49d0 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -721,7 +721,7 @@ install(FILES sample.ceph.conf DESTINATION ${CMAKE_INSTALL_DOCDIR}) -# Now create a useable config.h +# Now create a usable config.h configure_file( ${CMAKE_SOURCE_DIR}/src/include/config-h.in.cmake ${CMAKE_BINARY_DIR}/include/acconfig.h -- 2.39.5