summaryrefslogtreecommitdiff
path: root/includes/stg/Ticky.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/stg/Ticky.h')
-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)