[PATCH] D56302: Fix typo: "with he MODULE" -> "with the MODULE"

Mark Searles via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 3 17:03:22 PST 2019


msearles created this revision.
msearles added reviewers: tstellar, delcypher.
Herald added a subscriber: mgorny.

https://reviews.llvm.org/D56302

Files:
  docs/CMake.rst


Index: docs/CMake.rst
===================================================================
--- docs/CMake.rst
+++ docs/CMake.rst
@@ -774,7 +774,7 @@
 
 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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56302.180179.patch
Type: text/x-patch
Size: 508 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190104/9888a147/attachment.bin>


More information about the llvm-commits mailing list