From 0bab80e0f5a060ece5edaac7fdf31f7ed4397a8b Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 28 Jul 2016 09:28:58 +0000 Subject: [PATCH] fix some typos in the doc git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@276968 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/FAQ.rst | 2 +- docs/LangRef.rst | 2 +- docs/Proposals/GitHubSubMod.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/FAQ.rst b/docs/FAQ.rst index 0ab99f3452a7a..ef8b0c886bfaf 100644 --- a/docs/FAQ.rst +++ b/docs/FAQ.rst @@ -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 `_. diff --git a/docs/LangRef.rst b/docs/LangRef.rst index 6be58f3b7826c..d4d0ee325c991 100644 --- a/docs/LangRef.rst +++ b/docs/LangRef.rst @@ -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 ` diff --git a/docs/Proposals/GitHubSubMod.rst b/docs/Proposals/GitHubSubMod.rst index 7319c51dd4146..da3d3c4d52f2e 100644 --- a/docs/Proposals/GitHubSubMod.rst +++ b/docs/Proposals/GitHubSubMod.rst @@ -151,7 +151,7 @@ The three types hooks to be implemented are: 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.