diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2009-10-12 14:46:08 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2009-10-12 14:46:08 +0000 |
commit | 0f4203861f730cf7868d7f359df0fc1247fe7fc1 (patch) | |
tree | b5e6c868236e5d82d14004546a25a91e2893f252 /llvm/docs/HowToReleaseLLVM.html | |
parent | 7630f105a1958b1ec4f8b8d14b389745f937291d (diff) | |
download | bcm5719-llvm-0f4203861f730cf7868d7f359df0fc1247fe7fc1.tar.gz bcm5719-llvm-0f4203861f730cf7868d7f359df0fc1247fe7fc1.zip |
Documentation: Perform automated correction of common typos.
llvm-svn: 83849
Diffstat (limited to 'llvm/docs/HowToReleaseLLVM.html')
-rw-r--r-- | llvm/docs/HowToReleaseLLVM.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/HowToReleaseLLVM.html b/llvm/docs/HowToReleaseLLVM.html index 70406099d02..7f18440504b 100644 --- a/llvm/docs/HowToReleaseLLVM.html +++ b/llvm/docs/HowToReleaseLLVM.html @@ -40,7 +40,7 @@ <div class="doc_text"> <p>LLVM is released on a time based schedule (currently every 6 months). We do not have dot releases because of the nature of LLVM incremental - developement philosophy. The release schedule is roughly as follows: + development philosophy. The release schedule is roughly as follows: </p> <ol> <li>Set code freeze and branch creation date for 6 months after last code freeze @@ -499,7 +499,7 @@ svn copy https://llvm.org/svn/llvm-project/test-suite/branches/release_XX \ release documentation.</li> <li> Finally, update the main page (<tt>index.html</tt> and sidebar) to point to the new release and release announcement. Make sure this all gets - commited back into Subversion.</li> + committed back into Subversion.</li> </ol> </div> |