summaryrefslogtreecommitdiff
path: root/docs/users_guide
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2014-06-02 21:20:01 -0700
committerEdward Z. Yang <ezyang@cs.stanford.edu>2014-06-02 21:46:19 -0700
commit2da439ae8b27e7a6f250831977aa887532493de6 (patch)
treea650d7efe39926e5c6330cdc847c4424aafda91f /docs/users_guide
parent9e10963e394680dbb1b964c66cb428a2aa03df09 (diff)
downloadhaskell-2da439ae8b27e7a6f250831977aa887532493de6.tar.gz
fix missing space
Diffstat (limited to 'docs/users_guide')
-rw-r--r--docs/users_guide/codegens.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/codegens.xml b/docs/users_guide/codegens.xml
index 2eb9408c6c..d2a805a3ee 100644
--- a/docs/users_guide/codegens.xml
+++ b/docs/users_guide/codegens.xml
@@ -38,7 +38,7 @@
<para>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
- <command>opt</command>and <command>llc</command> tools. Secondly, if you
+ <command>opt</command> and <command>llc</command> tools. Secondly, if you
are running Mac OS X with LLVM 3.0 or greater then
you also need the <ulink url="http://clang.llvm.org">Clang c
compiler</ulink> compiler available on your PATH.