[PATCH] D87885: [docs][flang] Fix typos

Sourabh Singh Tomar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 20 22:36:39 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG000eb1f314c1: [docs][flang] Fix typos (authored by SuJunda, committed by SouraVX).

Repository:
  rG LLVM Github Monorepo

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

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.293061.patch
Type: text/x-patch
Size: 1518 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200921/33922c07/attachment.bin>


More information about the llvm-commits mailing list