]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/hash-table.h
Fix double word typos.
[thirdparty/gcc.git] / gcc / hash-table.h
index 12e0c965d13b0757271378d6dab144de66f9326d..8e3c2caa6845f235fd546f27f6e06bbf73f7f719 100644 (file)
@@ -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.