[commit: ghc] master: fix missing space (2da439a)

git at git.haskell.org git at git.haskell.org
Tue Jun 3 04:46:38 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/2da439ae8b27e7a6f250831977aa887532493de6/ghc

>---------------------------------------------------------------

commit 2da439ae8b27e7a6f250831977aa887532493de6
Author: Ryan Mulligan <ryan at ryantm.com>
Date:   Mon Jun 2 21:20:01 2014 -0700

    fix missing space


>---------------------------------------------------------------

2da439ae8b27e7a6f250831977aa887532493de6
 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 2eb9408..d2a805a 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.



More information about the ghc-commits mailing list