diff options
author | Bill Wendling <isanbard@gmail.com> | 2007-02-19 18:32:40 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2007-02-19 18:32:40 +0000 |
commit | d932aabff039e32dfd533b9c6a2cc0635a614a56 (patch) | |
tree | 49680bcb1a4766e6fb796e8fb602933ce79ed70f | |
parent | cb069bb76e3eb23edaa6a3078afad4b4b56aa837 (diff) | |
download | external_llvm-d932aabff039e32dfd533b9c6a2cc0635a614a56.zip external_llvm-d932aabff039e32dfd533b9c6a2cc0635a614a56.tar.gz external_llvm-d932aabff039e32dfd533b9c6a2cc0635a614a56.tar.bz2 |
Corrected typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34421 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/DeveloperPolicy.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/DeveloperPolicy.html b/docs/DeveloperPolicy.html index e9cd4de..871cc72 100644 --- a/docs/DeveloperPolicy.html +++ b/docs/DeveloperPolicy.html @@ -444,7 +444,7 @@ Changes</a></div> <p>Note that the LLVM Project does distribute some code that includes GPL software (notably, llvm-gcc which is based on the GCC GPL source base). - This means that anything "linked" into to llvm-gcc must itself be compatible + This means that anything "linked" into llvm-gcc must itself be compatible with the GPL, and must be releasable under the terms of the GPL. This implies that <b>any code linked into llvm-gcc and distributed to others may be subject to |