diff options
author | Gabor Greif <ggreif@gmail.com> | 2016-06-21 16:16:20 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2016-06-22 12:05:34 +0200 |
commit | 619958832cbe11096cae3dac9a0a7a5591163a00 (patch) | |
tree | 15b7744c6389fc6cf6cf312afbbb10cb31570f1a /rts/RtsAPI.c | |
parent | 4e7d8350a10167a7de8dd4d9ffd3a21194177c39 (diff) | |
download | haskell-619958832cbe11096cae3dac9a0a7a5591163a00.tar.gz |
More typos in comments [skip ci]
Diffstat (limited to 'rts/RtsAPI.c')
-rw-r--r-- | rts/RtsAPI.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/RtsAPI.c b/rts/RtsAPI.c index dbade8f4f7..34d68c7e3b 100644 --- a/rts/RtsAPI.c +++ b/rts/RtsAPI.c @@ -22,7 +22,7 @@ Building Haskell objects from C datatypes. TODO: Currently this code does not tag created pointers, - however it is not unsafe (the contructor code will do it) + however it is not unsafe (the constructor code will do it) just inefficient. ------------------------------------------------------------------------- */ HaskellObj |