diff options
author | Sean Silva <silvas@purdue.edu> | 2012-10-04 04:41:27 +0000 |
---|---|---|
committer | Sean Silva <silvas@purdue.edu> | 2012-10-04 04:41:27 +0000 |
commit | 03254cae951a87e4a2398d58f46efb7dc2a36191 (patch) | |
tree | fdac1b6068a24295b3209bdfefb3c1c74174a740 /llvm/docs/index.rst | |
parent | 30a5982e7560234e563856961fb0d6d6967801c7 (diff) | |
download | bcm5719-llvm-03254cae951a87e4a2398d58f46efb7dc2a36191.tar.gz bcm5719-llvm-03254cae951a87e4a2398d58f46efb7dc2a36191.zip |
docs: Fix typo on front page
llvm-svn: 165200
Diffstat (limited to 'llvm/docs/index.rst')
-rw-r--r-- | llvm/docs/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/index.rst b/llvm/docs/index.rst index 50f76a3e3f4..d406b525744 100644 --- a/llvm/docs/index.rst +++ b/llvm/docs/index.rst @@ -26,7 +26,7 @@ targeted at different audiences: * **User Guides** - Those new to the LLVM system should first vist the :ref:`userguides`. + Those new to the LLVM system should first visit the :ref:`userguides`. NOTE: If you are a user who is only interested in using LLVM-based compilers, you should look into `Clang <http://clang.llvm.org>`_ or |