[commit: ghc] master: Fix copy-paste error in build system comment (9c9bb00)

git at git.haskell.org git at git.haskell.org
Mon Mar 10 17:59:30 UTC 2014


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/9c9bb00343c2ab4c985bf248b576106ea8fa5a3d/ghc

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

commit 9c9bb00343c2ab4c985bf248b576106ea8fa5a3d
Author: Johan Tibell <johan.tibell at gmail.com>
Date:   Mon Mar 10 18:59:21 2014 +0100

    Fix copy-paste error in build system comment


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

9c9bb00343c2ab4c985bf248b576106ea8fa5a3d
 mk/build.mk.sample |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mk/build.mk.sample b/mk/build.mk.sample
index a16eb0f..3d47bbe 100644
--- a/mk/build.mk.sample
+++ b/mk/build.mk.sample
@@ -262,7 +262,7 @@ BUILD_DOCBOOK_PDF  = NO
 
 endif
 
-# ---------------- Perf build using LLVM --------------------------------------
+# ---------------- Bench build using LLVM --------------------------------------
 
 ifeq "$(BuildFlavour)" "bench-llvm"
 
@@ -278,7 +278,7 @@ BUILD_DOCBOOK_PDF  = NO
 
 endif
 
-# ------- A Perf build configured for cross-compilation ----------------------
+# ------- A Bench build configured for cross-compilation ----------------------
 
 ifeq "$(BuildFlavour)" "bench-cross"
 



More information about the ghc-commits mailing list