diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-02-13 17:04:09 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-02-13 17:04:09 +0000 |
commit | 6e0c66d5916fe3397a53b04ab39ec76328855e46 (patch) | |
tree | 0184ebf6f24c61eb41b1848a5bbcc586311d2ac8 /llvm/docs/DeveloperPolicy.html | |
parent | 603f201cba3178a7ed373870c3b7b9847692d51f (diff) | |
download | bcm5719-llvm-6e0c66d5916fe3397a53b04ab39ec76328855e46.tar.gz bcm5719-llvm-6e0c66d5916fe3397a53b04ab39ec76328855e46.zip |
Fix tow grammaros that Bill Wendling noticed.
llvm-svn: 34242
Diffstat (limited to 'llvm/docs/DeveloperPolicy.html')
-rw-r--r-- | llvm/docs/DeveloperPolicy.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/DeveloperPolicy.html b/llvm/docs/DeveloperPolicy.html index 41bed52552c..d76720927ad 100644 --- a/llvm/docs/DeveloperPolicy.html +++ b/llvm/docs/DeveloperPolicy.html @@ -47,7 +47,7 @@ <!--=========================================================================--> <div class="doc_text"> <p>This document contains the LLVM Developer Policy which defines the - project's policy towards developer's and their contributions. The intent of + project's policy towards developers and their contributions. The intent of this policy is to eliminate mis-communication, rework, and confusion that might arise from the distributed nature of LLVM's development. By stating the policy in clear terms, we hope each developer can know ahead of time @@ -146,7 +146,7 @@ <!-- _______________________________________________________________________ --> <div class="doc_subsection"><a name="devagree">Developer Agreements</a></div> <div class="doc_text"> - <p>With regards to the LLVM copyright and licensing, developer's agree to:</p> + <p>With regards to the LLVM copyright and licensing, developers agree to:</p> <ul> <li>give up their copy rights to any contribution made so that the entire software base can be managed by a single copyright holder.</li> |