[commit: ghc] master: rts: Fix typo in comment (8f3ea7d)

git at git.haskell.org git at git.haskell.org
Fri Oct 25 14:22:16 UTC 2013


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/8f3ea7d7b88b7dac26756e8af9f9defd4208e521/ghc

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

commit 8f3ea7d7b88b7dac26756e8af9f9defd4208e521
Author: Ben Gamari <bgamari.foss at gmail.com>
Date:   Sat Sep 7 18:00:40 2013 -0400

    rts: Fix typo in comment


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

8f3ea7d7b88b7dac26756e8af9f9defd4208e521
 rts/Schedule.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rts/Schedule.c b/rts/Schedule.c
index 3bf9957..adf2b5c 100644
--- a/rts/Schedule.c
+++ b/rts/Schedule.c
@@ -393,7 +393,7 @@ schedule (Capability *initialCapability, Task *task)
 	 
 run_thread:
 
-    // CurrentTSO is the thread to run.  t might be different if we
+    // CurrentTSO is the thread to run. It might be different if we
     // loop back to run_thread, so make sure to set CurrentTSO after
     // that.
     cap->r.rCurrentTSO = t;



More information about the ghc-commits mailing list