Skip to content

Commit

Permalink
[Lexicon] fix typo "may is" -> "is"
Browse files Browse the repository at this point in the history
Reviewers: MaskRay

Reviewed By: MaskRay

Subscribers: llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D78878
  • Loading branch information
Sergei Trofimovich committed Apr 26, 2020
1 parent e3306c5 commit 41eb0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/docs/Lexicon.rst
Expand Up @@ -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.
Expand Down

0 comments on commit 41eb0fc

Please sign in to comment.