summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Searles <m.c.searles@gmail.com>2019-01-04 16:35:01 +0000
committerMark Searles <m.c.searles@gmail.com>2019-01-04 16:35:01 +0000
commitb69b97cafa2403bfa1dc368d29ad0c95483e0227 (patch)
treeeb8cf3c6c036ee761b7c17116f3f4d7e26e7eb17
parent9f4dea8c062eb4059e9af2f114c223648cabfcc6 (diff)
downloadbcm5719-llvm-b69b97cafa2403bfa1dc368d29ad0c95483e0227.tar.gz
bcm5719-llvm-b69b97cafa2403bfa1dc368d29ad0c95483e0227.zip
Fix typo: "with he MODULE" -> "with the MODULE"
Differential Revision: https://reviews.llvm.org/D56302 llvm-svn: 350400
-rw-r--r--llvm/docs/CMake.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CMake.rst b/llvm/docs/CMake.rst
index d27c0a8222c..a5a574e5707 100644
--- a/llvm/docs/CMake.rst
+++ b/llvm/docs/CMake.rst
@@ -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
OpenPOWER on IntegriCloud