diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-02-14 22:58:39 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-02-14 22:58:39 +0000 |
commit | 77c01f4065fc0223946256569527e6d2a6d80290 (patch) | |
tree | 563d5cd9f45f33b29815c92632953dd0ea57d2d8 | |
parent | 05cc0994cc0fc3685ae96f7fee69675eeec3156f (diff) | |
download | bcm5719-llvm-77c01f4065fc0223946256569527e6d2a6d80290.tar.gz bcm5719-llvm-77c01f4065fc0223946256569527e6d2a6d80290.zip |
Fix a typo.
llvm-svn: 34289
-rw-r--r-- | llvm/docs/DeveloperPolicy.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/DeveloperPolicy.html b/llvm/docs/DeveloperPolicy.html index 42ce0d282d2..5fab3e79478 100644 --- a/llvm/docs/DeveloperPolicy.html +++ b/llvm/docs/DeveloperPolicy.html @@ -416,9 +416,9 @@ <p>We believe this fosters the widest adoption of LLVM because it allows commercial products to be derived from LLVM with few restrictions and without a requirement for making any derived works also open source (i.e. - LLVM' license is not a <i>copyleft</i> license). We suggest that you read the - <a href="http://www.opensource.org/licenses/UoI-NCSA.php">License</a> if - further clarification is needed.</p> + LLVM's license is not a <i>copyleft</i> license). We suggest that you read + the <a href="http://www.opensource.org/licenses/UoI-NCSA.php">License</a> + if further clarification is needed.</p> </div> <!-- _______________________________________________________________________ --> <div class="doc_subsection"><a name="devagree">Developer Agreements</a></div> |