[commit: ghc] master: Fix a typo in a comment (12b9388)
Ian Lynagh
igloo at earth.li
Sat Jun 25 21:50:56 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/12b93887fd8b6a185b1bff994c865c897d22a6a6
>---------------------------------------------------------------
commit 12b93887fd8b6a185b1bff994c865c897d22a6a6
Author: Ian Lynagh <igloo at earth.li>
Date: Fri Jun 24 13:58:47 2011 +0000
Fix a typo in a comment
>---------------------------------------------------------------
rts/Trace.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/rts/Trace.h b/rts/Trace.h
index 1544971..2b7c0fb 100644
--- a/rts/Trace.h
+++ b/rts/Trace.h
@@ -417,7 +417,7 @@ INLINE_HEADER void traceEventStartup(void)
{
int n_caps;
#ifdef THREADED_RTS
- // XXX n_capabilities hasn't been initislised yet
+ // XXX n_capabilities hasn't been initialised yet
n_caps = RtsFlags.ParFlags.nNodes;
#else
n_caps = 1;
More information about the Cvs-ghc
mailing list