mesa/formats: add more MESA_FORMAT_LAYOUTs
[mesa.git] / src / mesa / program / hash_table.h
index eed2e55dc29d71e6297844e257adf4e2d8acb7c6..e85a836a00bd4ea16d6ddcae0a9a0287e95d7cd7 100644 (file)
@@ -116,8 +116,8 @@ extern void hash_table_insert(struct hash_table *ht, void *data,
  * Add an element to a hash table with replacement
  *
  * \return
- * 1 if it did replace the the value (in which case the old key is kept), 0 if
- * it did not replace the value (in which case the new key is kept).
+ * 1 if it did replace the value (in which case the old key is kept), 0 if it
+ * did not replace the value (in which case the new key is kept).
  *
  * \warning
  * If \c key is already in the hash table, \c data will \b replace the most