Skip to content

Commit

Permalink
cmake: fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: Kefu Chai <[email protected]>
  • Loading branch information
tchaikov committed Sep 21, 2018
1 parent 5ee1fd2 commit 3229c7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/modules/SIMDExt.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# detect SIMD extentions
# detect SIMD extensions
#
# HAVE_ARMV8_CRC
# HAVE_ARMV8_SIMD
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3229c7a

Please sign in to comment.