diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2016-07-28 09:28:58 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2016-07-28 09:28:58 +0000 |
commit | 0455cbe67c0ac546db5c7868a65bf5d52f5fa9f4 (patch) | |
tree | b6a0eb88c210dda8afacd6dc2e94951f10d97d0d /llvm/docs/FAQ.rst | |
parent | 1f0ea35ef9da827ac1124c094bd0cf9a5e30dafb (diff) | |
download | bcm5719-llvm-0455cbe67c0ac546db5c7868a65bf5d52f5fa9f4.tar.gz bcm5719-llvm-0455cbe67c0ac546db5c7868a65bf5d52f5fa9f4.zip |
fix some typos in the doc
llvm-svn: 276968
Diffstat (limited to 'llvm/docs/FAQ.rst')
-rw-r--r-- | llvm/docs/FAQ.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/FAQ.rst b/llvm/docs/FAQ.rst index 0ab99f3452a..ef8b0c886bf 100644 --- a/llvm/docs/FAQ.rst +++ b/llvm/docs/FAQ.rst @@ -19,7 +19,7 @@ Initiative (OSI). Can I modify LLVM source code and redistribute the modified source? ------------------------------------------------------------------- Yes. The modified source distribution must retain the copyright notice and -follow the three bulletted conditions listed in the `LLVM license +follow the three bulleted conditions listed in the `LLVM license <http://llvm.org/svn/llvm-project/llvm/trunk/LICENSE.TXT>`_. |