[llvm] 41eb0fc - [Lexicon] fix typo "may is" -> "is"
Sergei Trofimovich via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 26 11:35:33 PDT 2020
Author: Sergei Trofimovich
Date: 2020-04-26T19:35:25+01:00
New Revision: 41eb0fc00d611d26f6cc004ef4b70663e523a5fa
URL: https://github.com/llvm/llvm-project/commit/41eb0fc00d611d26f6cc004ef4b70663e523a5fa
DIFF: https://github.com/llvm/llvm-project/commit/41eb0fc00d611d26f6cc004ef4b70663e523a5fa.diff
LOG: [Lexicon] fix typo "may is" -> "is"
Reviewers: MaskRay
Reviewed By: MaskRay
Subscribers: llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D78878
Added:
Modified:
llvm/docs/Lexicon.rst
Removed:
################################################################################
diff --git a/llvm/docs/Lexicon.rst b/llvm/docs/Lexicon.rst
index 8df078457589..cf194eb0d1d3 100644
--- a/llvm/docs/Lexicon.rst
+++ b/llvm/docs/Lexicon.rst
@@ -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.
More information about the llvm-commits
mailing list