From: Sean Silva Date: Thu, 4 Oct 2012 04:41:27 +0000 (+0000) Subject: docs: Fix typo on front page X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=96098782d183c0d013fa066874e52e18518c32a5;p=oota-llvm.git docs: Fix typo on front page git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165200 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/index.rst b/docs/index.rst index 50f76a3e3f4..d406b525744 100644 --- a/docs/index.rst +++ b/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 `_ or