[commit: ghc] master: rts: Clean up whitespace in Trace.h (988b2ba)
git at git.haskell.org
git at git.haskell.org
Sat Sep 26 17:26:20 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/988b2baa9745bd7871d179d11d4ca653041a1aa9/ghc
>---------------------------------------------------------------
commit 988b2baa9745bd7871d179d11d4ca653041a1aa9
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sat Sep 26 19:03:18 2015 +0200
rts: Clean up whitespace in Trace.h
>---------------------------------------------------------------
988b2baa9745bd7871d179d11d4ca653041a1aa9
rts/Trace.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rts/Trace.h b/rts/Trace.h
index c85167c..2c11a9f 100644
--- a/rts/Trace.h
+++ b/rts/Trace.h
@@ -485,7 +485,7 @@ void dtraceUserMarkerWrapper(Capability *cap, char *msg);
//
// Dtrace - dtrace probes are unconditionally added as probe activation is
// handled by the dtrace component of the kernel, and inactive probes are
-// very cheap — usually, one no-op. Consequently, dtrace can be used with
+// very cheap - usually, one no-op. Consequently, dtrace can be used with
// all flavours of the RTS. In addition, we still support logging events to
// a file, even in the presence of dtrace. This is, eg, useful when tracing
// on a server, but browsing trace information with ThreadScope on a local
More information about the ghc-commits
mailing list