Fix typo: "with he MODULE" -> "with the MODULE"

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

llvm-svn: 350400
This commit is contained in:
Mark Searles 2019-01-04 16:35:01 +00:00
parent 9f4dea8c06
commit b69b97cafa
1 changed files with 1 additions and 1 deletions

View File

@ -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