[commit: ghc] master: Typo: s/LlVM/LlVM/ (6335c12)

git at git.haskell.org git at git.haskell.org
Sun Nov 17 10:13:32 UTC 2013


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/6335c1249426a70fda1e7a2870f69d8da101f750/ghc

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

commit 6335c1249426a70fda1e7a2870f69d8da101f750
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Sun Nov 17 10:13:42 2013 +0000

    Typo: s/LlVM/LlVM/


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

6335c1249426a70fda1e7a2870f69d8da101f750
 compiler/llvmGen/LlvmMangler.hs |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/llvmGen/LlvmMangler.hs b/compiler/llvmGen/LlvmMangler.hs
index 5f74dc4..2e8f34d 100644
--- a/compiler/llvmGen/LlvmMangler.hs
+++ b/compiler/llvmGen/LlvmMangler.hs
@@ -46,7 +46,7 @@ type Section = (B.ByteString, B.ByteString)
 -- | Read in assembly file and process
 llvmFixupAsm :: DynFlags -> FilePath -> FilePath -> IO ()
 llvmFixupAsm dflags f1 f2 = {-# SCC "llvm_mangler" #-} do
-    showPass dflags "LlVM Mangler"
+    showPass dflags "LLVM Mangler"
     r <- openBinaryFile f1 ReadMode
     w <- openBinaryFile f2 WriteMode
     ss <- readSections r w



More information about the ghc-commits mailing list