From 026c3cfd5e92e7f358290921984b57e1b433e658 Mon Sep 17 00:00:00 2001 From: Aldy Hernandez Date: Mon, 13 Jul 2015 04:46:34 +0000 Subject: Fix double word typos. From-SVN: r225726 --- gcc/hash-table.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/hash-table.h') 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. -- cgit v1.1