From: Mark Searles Date: Fri, 4 Jan 2019 16:35:01 +0000 (+0000) Subject: Fix typo: "with he MODULE" -> "with the MODULE" X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0333e48f0810c8604edabd4451ec1a1db132c7d8;p=llvm Fix typo: "with he MODULE" -> "with the MODULE" Differential Revision: https://reviews.llvm.org/D56302 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@350400 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CMake.rst b/docs/CMake.rst index d27c0a8222c..a5a574e5707 100644 --- a/docs/CMake.rst +++ b/docs/CMake.rst @@ -774,7 +774,7 @@ Contents of ``//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 ``/CMakeLists.txt`` (after