fix comment typo to cycle bots
authorNico Weber <thakis@chromium.org>
Mon, 6 Apr 2020 22:58:16 +0000 (18:58 -0400)
committerNico Weber <thakis@chromium.org>
Mon, 6 Apr 2020 22:58:27 +0000 (18:58 -0400)
clang/docs/CMakeLists.txt

index 221ac30..2d3ac5d 100644 (file)
@@ -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