[commit: ghc] master: Fix a typo (d8bd25c)
Ian Lynagh
igloo at earth.li
Tue Feb 5 22:00:04 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/d8bd25c42a81c5a32ec02a6e24cbc9f01ab38c13
>---------------------------------------------------------------
commit d8bd25c42a81c5a32ec02a6e24cbc9f01ab38c13
Author: Ian Lynagh <ian at well-typed.com>
Date: Tue Feb 5 18:51:29 2013 +0000
Fix a typo
>---------------------------------------------------------------
includes/Rts.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/includes/Rts.h b/includes/Rts.h
index b2f44cb..bea4c47 100644
--- a/includes/Rts.h
+++ b/includes/Rts.h
@@ -182,7 +182,7 @@ INLINE_HEADER Time fsecondsToTime (double t)
Include everything STG-ish
-------------------------------------------------------------------------- */
-/* System headers: stdlib.h is eeded so that we can use NULL. It must
+/* System headers: stdlib.h is needed so that we can use NULL. It must
* come after MachRegs.h, because stdlib.h might define some inline
* functions which may only be defined after register variables have
* been declared.
More information about the ghc-commits
mailing list