aboutsummaryrefslogtreecommitdiff
path: root/gcc/hashtable.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/hashtable.h')
-rw-r--r--gcc/hashtable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/hashtable.h b/gcc/hashtable.h
index 899647b6d84..02dfcf19d29 100644
--- a/gcc/hashtable.h
+++ b/gcc/hashtable.h
@@ -65,7 +65,7 @@ struct ht
extern void gcc_obstack_init PARAMS ((struct obstack *));
-/* Initialise the hashtable with 2 ^ order entries. */
+/* Initialize the hashtable with 2 ^ order entries. */
extern hash_table *ht_create PARAMS ((unsigned int order));
/* Frees all memory associated with a hash table. */