[llvm] r276968 - fix some typos in the doc
Sylvestre Ledru via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 28 02:28:58 PDT 2016
Author: sylvestre
Date: Thu Jul 28 04:28:58 2016
New Revision: 276968
URL: http://llvm.org/viewvc/llvm-project?rev=276968&view=rev
Log:
fix some typos in the doc
Modified:
llvm/trunk/docs/FAQ.rst
llvm/trunk/docs/LangRef.rst
llvm/trunk/docs/Proposals/GitHubSubMod.rst
Modified: llvm/trunk/docs/FAQ.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/FAQ.rst?rev=276968&r1=276967&r2=276968&view=diff
==============================================================================
--- llvm/trunk/docs/FAQ.rst (original)
+++ llvm/trunk/docs/FAQ.rst Thu Jul 28 04:28:58 2016
@@ -19,7 +19,7 @@ Initiative (OSI).
Can I modify LLVM source code and redistribute the modified source?
-------------------------------------------------------------------
Yes. The modified source distribution must retain the copyright notice and
-follow the three bulletted conditions listed in the `LLVM license
+follow the three bulleted conditions listed in the `LLVM license
<http://llvm.org/svn/llvm-project/llvm/trunk/LICENSE.TXT>`_.
Modified: llvm/trunk/docs/LangRef.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.rst?rev=276968&r1=276967&r2=276968&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Thu Jul 28 04:28:58 2016
@@ -9489,7 +9489,7 @@ Semantics:
on the caller's stack. In particular, for targets where stack grows downwards,
adding this offset to the native stack pointer would get the address of the most
recent dynamic alloca. For targets where stack grows upwards, the situation is a bit more
- complicated, because substracting this value from stack pointer would get the address
+ complicated, because subtracting this value from stack pointer would get the address
one past the end of the most recent dynamic alloca.
Although for most targets `llvm.get.dynamic.area.offset <int_get_dynamic_area_offset>`
Modified: llvm/trunk/docs/Proposals/GitHubSubMod.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/Proposals/GitHubSubMod.rst?rev=276968&r1=276967&r2=276968&view=diff
==============================================================================
--- llvm/trunk/docs/Proposals/GitHubSubMod.rst (original)
+++ llvm/trunk/docs/Proposals/GitHubSubMod.rst Thu Jul 28 04:28:58 2016
@@ -151,7 +151,7 @@ The three types hooks to be implemented
in the lists, allowing us to retain history and do post-commit reviews.
See: https://help.github.com/articles/managing-notifications-for-pushes-to-a-repository/
-Access will be transfered one-to-one to GitHub accounts for everyone that already
+Access will be transferred one-to-one to GitHub accounts for everyone that already
has commit access to our current repository. Those who don't have accounts will
have to create one in order to continue contributing to the project. In the
future, people only need to provide their GitHub accounts to be granted access.
More information about the llvm-commits
mailing list