[commit: ghc] master: Minor tweaks to codegens.rst (5b3f33b)

git at git.haskell.org git at git.haskell.org
Wed Nov 29 16:31:29 UTC 2017


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/5b3f33b98355060fb54495a0d43782934f50df14/ghc

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

commit 5b3f33b98355060fb54495a0d43782934f50df14
Author: Steven Shaw <steven at steshaw.org>
Date:   Wed Nov 29 17:16:14 2017 +1000

    Minor tweaks to codegens.rst
    
    A couple of nits involving the letter 'C'.


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

5b3f33b98355060fb54495a0d43782934f50df14
 docs/users_guide/codegens.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/users_guide/codegens.rst b/docs/users_guide/codegens.rst
index 6db5499..402e783 100644
--- a/docs/users_guide/codegens.rst
+++ b/docs/users_guide/codegens.rst
@@ -15,7 +15,7 @@ described below.
 
 .. _native-code-gen:
 
-Native code Generator (``-fasm``)
+Native Code Generator (``-fasm``)
 ---------------------------------
 
 .. index::
@@ -45,7 +45,7 @@ increase in compilation times. Select the LLVM backend with the
 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 ``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
+or greater then you also need the `Clang C
 compiler <http://clang.llvm.org>`__ compiler available on your ``PATH``.
 
 To install LLVM and Clang:



More information about the ghc-commits mailing list