diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-05-04 18:33:57 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-05-05 12:26:26 +0200 |
commit | 02748a52659949a06ef61d02894dadddd3c97412 (patch) | |
tree | 5c4bb3b49658a47e094bde1f05a62661b4b7069d /rts/posix | |
parent | c8e4d4b387d6d057dea98d6a595e3712f24289dc (diff) | |
download | haskell-02748a52659949a06ef61d02894dadddd3c97412.tar.gz |
Typos in comments [ci skip]
Diffstat (limited to 'rts/posix')
-rw-r--r-- | rts/posix/itimer/Pthread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/posix/itimer/Pthread.c b/rts/posix/itimer/Pthread.c index a4f55527dd..e15ac2521e 100644 --- a/rts/posix/itimer/Pthread.c +++ b/rts/posix/itimer/Pthread.c @@ -22,7 +22,7 @@ * * In the threaded RTS, we can't tick in CPU time because the thread * which has the virtual timer might be idle, so the tick would never - * fire. Therfore we used to tick in realtime in the threaded RTS and + * fire. Therefore we used to tick in realtime in the threaded RTS and * in CPU time otherwise, but now we always tick in realtime, for * several reasons: * |