Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/4cb771af6e5435b7368b8bbb05de829384dd8b30 >--------------------------------------------------------------- commit 4cb771af6e5435b7368b8bbb05de829384dd8b30 Author: Gabor Greif <[email protected]> Date: Sun Jan 15 01:20:05 2012 +0100 typo >--------------------------------------------------------------- rts/Schedule.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/rts/Schedule.c b/rts/Schedule.c index ce10852..e17116b 100644 --- a/rts/Schedule.c +++ b/rts/Schedule.c @@ -128,7 +128,7 @@ static nat n_failed_trygrab_idles = 0, n_idle_caps = 0; static Capability *schedule (Capability *initialCapability, Task *task); // -// These function all encapsulate parts of the scheduler loop, and are +// These functions all encapsulate parts of the scheduler loop, and are // abstracted only to make the structure and control flow of the // scheduler clearer. // _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
