[PATCH] D78878: [Lexicon] fix typo "may is" -> "is"

Sergei Trofimovich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 26 11:40:44 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG41eb0fc00d61: [Lexicon] fix typo "may is" -> "is" (authored by trofi).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78878

Files:
  llvm/docs/Lexicon.rst


Index: llvm/docs/Lexicon.rst
===================================================================
--- llvm/docs/Lexicon.rst
+++ llvm/docs/Lexicon.rst
@@ -254,7 +254,7 @@
 **Safe Point**
     In garbage collection, it is necessary to identify `stack roots`_ so that
     reachability analysis may proceed. It may be infeasible to provide this
-    information for every instruction, so instead the information may is
+    information for every instruction, so instead the information is
     calculated only at designated safe points. With a copying collector,
     `derived pointers`_ must not be retained across safe points and `object
     pointers`_ must be reloaded from stack roots.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78878.260176.patch
Type: text/x-patch
Size: 687 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200426/20446522/attachment.bin>


More information about the llvm-commits mailing list