[commit: ghc] master: Minor typofix in LoadArchive.c (81e7980)

git at git.haskell.org git at git.haskell.org
Tue Apr 10 15:36:44 UTC 2018


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/81e7980a015795209f8edbf298761df9c749a4b3/ghc

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

commit 81e7980a015795209f8edbf298761df9c749a4b3
Author: Edward Z. Yang <ezyang at fb.com>
Date:   Sat Apr 7 13:32:31 2018 -0400

    Minor typofix in LoadArchive.c
    
    Test Plan: none
    
    Reviewers: bgamari, erikd, simonmar
    
    Reviewed By: bgamari
    
    Subscribers: thomie, carter
    
    Differential Revision: https://phabricator.haskell.org/D4551


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

81e7980a015795209f8edbf298761df9c749a4b3
 rts/linker/LoadArchive.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rts/linker/LoadArchive.c b/rts/linker/LoadArchive.c
index 7f00edb..85eedb9 100644
--- a/rts/linker/LoadArchive.c
+++ b/rts/linker/LoadArchive.c
@@ -261,7 +261,7 @@ static HsInt loadArchive_ (pathchar *path)
     int misalignment = 0;
 
     DEBUG_LOG("start\n");
-    DEBUG_LOG("Loading archive `%" PATH_FMT" '\n", path);
+    DEBUG_LOG("Loading archive `%" PATH_FMT "'\n", path);
 
     /* Check that we haven't already loaded this archive.
        Ignore requests to load multiple times */



More information about the ghc-commits mailing list