summaryrefslogtreecommitdiff
path: root/gcc/hash-table.h
diff options
context:
space:
mode:
authoraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>2015-07-13 04:46:34 +0000
committeraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>2015-07-13 04:46:34 +0000
commit47ae02b70c395550e01975e649e37f6ea829dac5 (patch)
treeb334918063791e89f97a111eb02e3d0c9f8a766e /gcc/hash-table.h
parentd7d884cefe202081bff234e3bd0a3dcaed79d5a1 (diff)
downloadgcc-47ae02b70c395550e01975e649e37f6ea829dac5.tar.gz
Fix double word typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@225726 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/hash-table.h')
-rw-r--r--gcc/hash-table.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/hash-table.h b/gcc/hash-table.h
index 12e0c965d13..8e3c2caa684 100644
--- a/gcc/hash-table.h
+++ b/gcc/hash-table.h
@@ -163,7 +163,7 @@ along with GCC; see the file COPYING3. If not see
There is no need to mention some_type directly, as the hash table will
obtain it using some_type_hasher::value_type.
- You can then used any of the functions in hash_table's public interface.
+ You can then use any of the functions in hash_table's public interface.
See hash_table for details. The interface is very similar to libiberty's
htab_t.