aboutsummaryrefslogtreecommitdiff
path: root/gcc/hash-table.h
diff options
context:
space:
mode:
authorAldy Hernandez <aldyh@redhat.com>2015-07-13 04:46:34 +0000
committerAldy Hernandez <aldyh@gcc.gnu.org>2015-07-13 04:46:34 +0000
commit026c3cfd5e92e7f358290921984b57e1b433e658 (patch)
treeb334918063791e89f97a111eb02e3d0c9f8a766e /gcc/hash-table.h
parent7e8ce0f35920ca44b790a742ab1e5058034c7fc2 (diff)
downloadgcc-026c3cfd5e92e7f358290921984b57e1b433e658.zip
gcc-026c3cfd5e92e7f358290921984b57e1b433e658.tar.gz
gcc-026c3cfd5e92e7f358290921984b57e1b433e658.tar.bz2
Fix double word typos.
From-SVN: r225726
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 12e0c96..8e3c2ca 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.