diff --git a/clang/docs/CMakeLists.txt b/clang/docs/CMakeLists.txt index 221ac302579b9a..2d3ac5dbdd19f2 100644 --- a/clang/docs/CMakeLists.txt +++ b/clang/docs/CMakeLists.txt @@ -109,7 +109,7 @@ if (LLVM_ENABLE_SPHINX) # Copy rst files to build directory before generating the html # documentation. Some of the rst files are generated, so they # only exist in the build directory. Sphinx needs all files in - # the same directory in order to genrate the html, so we need to + # the same directory in order to generate the html, so we need to # copy all the non-gnerated rst files from the source to the build # directory before we run sphinx. add_custom_target(copy-clang-rst-docs