diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-07-06 10:48:52 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-07-06 10:48:52 +0200 |
commit | 99adcc8804e91161b35ff1d0e5f718d18fcaa66a (patch) | |
tree | e12b65bf767f0f3174fb2df2ceff3fc8a8d34130 /includes | |
parent | f3979b7fbd83e85301ba2f028936fb7c50a48f42 (diff) | |
download | haskell-99adcc8804e91161b35ff1d0e5f718d18fcaa66a.tar.gz |
Typos in comments [ci skip]
Diffstat (limited to 'includes')
-rw-r--r-- | includes/stg/Ticky.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/stg/Ticky.h b/includes/stg/Ticky.h index 5e2c372610..2341dba88b 100644 --- a/includes/stg/Ticky.h +++ b/includes/stg/Ticky.h @@ -30,7 +30,7 @@ extern W_ ticky_entry_ctrs[]; extern W_ top_ct[]; #endif -/* The rest are not explicity declared in rts/Ticky.c. Instead +/* The rest are not explicitly declared in rts/Ticky.c. Instead we use the same trick as in the former StgTicky.h: recycle the same declarations for both extern decls (which are included everywhere) and initializations (which only happen once) |