[llvm] r350400 - Fix typo: "with he MODULE" -> "with the MODULE"

Mark Searles via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 4 08:35:02 PST 2019


Author: msearles
Date: Fri Jan  4 08:35:01 2019
New Revision: 350400

URL: http://llvm.org/viewvc/llvm-project?rev=350400&view=rev
Log:
Fix typo: "with he MODULE" -> "with the MODULE"

Differential Revision: https://reviews.llvm.org/D56302

Modified:
    llvm/trunk/docs/CMake.rst

Modified: llvm/trunk/docs/CMake.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CMake.rst?rev=350400&r1=350399&r2=350400&view=diff
==============================================================================
--- llvm/trunk/docs/CMake.rst (original)
+++ llvm/trunk/docs/CMake.rst Fri Jan  4 08:35:01 2019
@@ -774,7 +774,7 @@ Contents of ``<project dir>/<pass name>/
 
 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




More information about the llvm-commits mailing list