[PATCH] D72091: [docs] NFC: Fix typos in documents

Hans Wennborg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 7 01:41:26 PST 2020


hans added a comment.

Thanks! I just added a few comments.
Do you have commit access, or will you need someone to commit this for you?



================
Comment at: llvm/docs/LangRef.rst:10304
       arguments in register or memory are forwarded to the callee. Similarly,
-      the return value of the callee is returned the the caller's caller, even
+      the return value of the callee is returned the caller's caller, even
       if a void return type is in use.
----------------
I think it should be "to the" here.


================
Comment at: llvm/docs/ORCv2.rst:43
 - *JIT-linking* links relocatable object files (COFF, ELF, MachO) [1]_ into a
-  target process an runtime. The target process may be the same process that
+  target process a runtime. The target process may be the same process that
   contains the JIT session object and jit-linker, or may be another process
----------------
I think it should be "at runtime".


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72091





More information about the llvm-commits mailing list