]> granicus.if.org Git - llvm/commitdiff
Fix typo: "with he MODULE" -> "with the MODULE"
authorMark Searles <m.c.searles@gmail.com>
Fri, 4 Jan 2019 16:35:01 +0000 (16:35 +0000)
committerMark Searles <m.c.searles@gmail.com>
Fri, 4 Jan 2019 16:35:01 +0000 (16:35 +0000)
Differential Revision: https://reviews.llvm.org/D56302

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@350400 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CMake.rst

index d27c0a8222c86c18376c158020acbab2a0515cd3..a5a574e57077773d41a7dcadfe2c2bf33e77b6e6 100644 (file)
@@ -774,7 +774,7 @@ Contents of ``<project dir>/<pass name>/CMakeLists.txt``:
 
 Note if you intend for this pass to be merged into the LLVM source tree at some
 point in the future it might make more sense to use LLVM's internal
-``add_llvm_library`` function with he MODULE argument instead by...
+``add_llvm_library`` function with the MODULE argument instead by...
 
 
 Adding the following to ``<project dir>/CMakeLists.txt`` (after