[PATCH] D87885: [docs] Fix typos

Junda Su via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 18 00:18:46 PDT 2020


SuJunda created this revision.
SuJunda added a reviewer: SouraVX.
Herald added a reviewer: DavidTruby.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
SuJunda requested review of this revision.

I don't have commit access.
Please help me commit it.
Thanks : )


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D87885

Files:
  flang/docs/Calls.md


Index: flang/docs/Calls.md
===================================================================
--- flang/docs/Calls.md
+++ flang/docs/Calls.md
@@ -131,7 +131,7 @@
 Internal and module subprograms that are ever passed as arguments &/or
 assigned as targets of procedure pointers may be F77ish.
 
-Every F77ish procedure can and must be distiguished at compilation time.
+Every F77ish procedure can and must be distinguished at compilation time.
 Such procedures should respect the external naming conventions (when external)
 and any legacy ABI used for Fortran '77 programs on the target architecture,
 so that portable libraries can be compiled
@@ -157,7 +157,7 @@
 Note that the `INTENT` attribute does not, by itself,
 require the use of explicit interface; neither does the use of a dummy
 procedure (implicit or explicit in their interfaces).
-So the analyis of calls to F77ish procedures must allow for the
+So the analysis of calls to F77ish procedures must allow for the
 invisible use of `INTENT(OUT)`.
 
 ## Protocol overview
@@ -485,7 +485,7 @@
 
 Calls to dummy procedures and procedure pointers that resolve to
 internal procedures need to pass an additional "host instance" argument that
-addresses a block of storage in the stack frame of the their
+addresses a block of storage in the stack frame of their
 host subprogram that was active at the time they were passed as an
 effective argument or associated with a procedure pointer.
 This is similar to a static link in implementations of programming


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87885.292708.patch
Type: text/x-patch
Size: 1518 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200918/84c9e897/attachment.bin>


More information about the llvm-commits mailing list