Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lgritz authored and cary-ilm committed Jan 24, 2020
1 parent 66f4899 commit 18d7b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/clang-format.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ find_program (CLANG_FORMAT_EXE
ENV LLVM_ROOT
DOC "Path to clang-format executable")

# If clang-format was foudn, set up a custom `clang-format` target that will
# If clang-format was found, set up a custom `clang-format` target that will
# reformat all source code with filenames patterns matching
# CLANG_FORMAT_INCLUDES and excluding CLANG_FORMAT_EXCLUDES.
if (CLANG_FORMAT_EXE)
Expand Down

0 comments on commit 18d7b6a

Please sign in to comment.