[Lexicon] fix typo "may is" -> "is"
authorSergei Trofimovich <slyfox@inbox.ru>
Sun, 26 Apr 2020 18:35:05 +0000 (19:35 +0100)
committerSergei Trofimovich <slyfox@inbox.ru>
Sun, 26 Apr 2020 18:35:25 +0000 (19:35 +0100)
Reviewers: MaskRay

Reviewed By: MaskRay

Subscribers: llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D78878

llvm/docs/Lexicon.rst

index 8df0784..cf194eb 100644 (file)
@@ -254,7 +254,7 @@ S
 **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.