diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-02-05 18:51:29 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-02-05 18:51:29 +0000 |
commit | d8bd25c42a81c5a32ec02a6e24cbc9f01ab38c13 (patch) | |
tree | 3c93c59e2fe59d3025053198ce32c3fb4ee23a2e /includes/Rts.h | |
parent | 40e43fa2ae8cac652a4e8aba1313535a80448cb9 (diff) | |
download | haskell-d8bd25c42a81c5a32ec02a6e24cbc9f01ab38c13.tar.gz |
Fix a typo
Diffstat (limited to 'includes/Rts.h')
-rw-r--r-- | includes/Rts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/Rts.h b/includes/Rts.h index b2f44cbba4..bea4c47246 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. |