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

Sergei Trofimovich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 26 04:14:24 PDT 2020


trofi created this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

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.260158.patch
Type: text/x-patch
Size: 687 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200426/80895239/attachment.bin>


More information about the llvm-commits mailing list