From 7545be074d478297ac60efaee3cf919d436d6f32 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Mon, 6 Apr 2020 18:58:16 -0400 Subject: [PATCH] fix comment typo to cycle bots --- clang/docs/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/docs/CMakeLists.txt b/clang/docs/CMakeLists.txt index 221ac30..2d3ac5d 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 -- 2.7.4