diff options
author | Jyoti Allur <jyoti.allur@samsung.com> | 2014-09-26 06:59:15 +0000 |
---|---|---|
committer | Jyoti Allur <jyoti.allur@samsung.com> | 2014-09-26 06:59:15 +0000 |
commit | 223602db822f440fb7085f2ac279ba276fa5f59f (patch) | |
tree | bb84d619bc398cc26471d4b7ef364dfaedb95c30 /llvm/docs | |
parent | f94c318ea0157c410c3e271a9949582ae39ba157 (diff) | |
download | bcm5719-llvm-223602db822f440fb7085f2ac279ba276fa5f59f.tar.gz bcm5719-llvm-223602db822f440fb7085f2ac279ba276fa5f59f.zip |
fix a typo in doumentation index.
llvm-svn: 218504
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/index.rst b/llvm/docs/index.rst index 08666a8462d..9ec861c7ca6 100644 --- a/llvm/docs/index.rst +++ b/llvm/docs/index.rst @@ -364,7 +364,7 @@ Information about LLVM's development process. This is a guide to preparing LLVM releases. Most developers can ignore it. :doc:`ReleaseProcess` - This is a validate a new release, during the release process. Most developers can ignore it. + This is a guide to validate a new release, during the release process. Most developers can ignore it. :doc:`Packaging` Advice on packaging LLVM into a distribution. |