summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-07-06 10:48:52 +0200
committerGabor Greif <ggreif@gmail.com>2017-07-06 10:48:52 +0200
commit99adcc8804e91161b35ff1d0e5f718d18fcaa66a (patch)
treee12b65bf767f0f3174fb2df2ceff3fc8a8d34130 /includes
parentf3979b7fbd83e85301ba2f028936fb7c50a48f42 (diff)
downloadhaskell-99adcc8804e91161b35ff1d0e5f718d18fcaa66a.tar.gz
Typos in comments [ci skip]
Diffstat (limited to 'includes')
-rw-r--r--includes/stg/Ticky.h2
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)