From 2da439ae8b27e7a6f250831977aa887532493de6 Mon Sep 17 00:00:00 2001 From: Ryan Mulligan Date: Mon, 2 Jun 2014 21:20:01 -0700 Subject: [PATCH] fix missing space --- docs/users_guide/codegens.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/users_guide/codegens.xml b/docs/users_guide/codegens.xml index 2eb9408c6ca2..d2a805a3ee04 100644 --- a/docs/users_guide/codegens.xml +++ b/docs/users_guide/codegens.xml @@ -38,7 +38,7 @@ You must install and have LLVM available on your PATH for the LLVM code generator to work. Specifically GHC needs to be able to call the - optand llc tools. Secondly, if you + opt and llc tools. Secondly, if you are running Mac OS X with LLVM 3.0 or greater then you also need the Clang c compiler compiler available on your PATH.