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

Mark Searles via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 4 08:39:42 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL350400: Fix typo: "with he MODULE" -> "with the MODULE" (authored by msearles, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D56302?vs=180179&id=180250#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56302/new/

https://reviews.llvm.org/D56302

Files:
  llvm/trunk/docs/CMake.rst


Index: llvm/trunk/docs/CMake.rst
===================================================================
--- llvm/trunk/docs/CMake.rst
+++ llvm/trunk/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.180250.patch
Type: text/x-patch
Size: 541 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190104/99e171d3/attachment.bin>


More information about the llvm-commits mailing list