[clang] 7545be0 - fix comment typo to cycle bots
Nico Weber via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 6 15:58:39 PDT 2020
Author: Nico Weber
Date: 2020-04-06T18:58:27-04:00
New Revision: 7545be074d478297ac60efaee3cf919d436d6f32
URL: https://github.com/llvm/llvm-project/commit/7545be074d478297ac60efaee3cf919d436d6f32
DIFF: https://github.com/llvm/llvm-project/commit/7545be074d478297ac60efaee3cf919d436d6f32.diff
LOG: fix comment typo to cycle bots
Added:
Modified:
clang/docs/CMakeLists.txt
Removed:
################################################################################
diff --git a/clang/docs/CMakeLists.txt b/clang/docs/CMakeLists.txt
index 221ac302579b..2d3ac5dbdd19 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
More information about the cfe-commits
mailing list