From 03254cae951a87e4a2398d58f46efb7dc2a36191 Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Thu, 4 Oct 2012 04:41:27 +0000 Subject: [PATCH] docs: Fix typo on front page llvm-svn: 165200 --- llvm/docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/index.rst b/llvm/docs/index.rst index 50f76a3e3f4e..d406b5257440 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 `_ or