summaryrefslogtreecommitdiffstats
path: root/src/mesa/program/hash_table.h
diff options
context:
space:
mode:
authorZoë Blade <zoe@bytenoise.co.uk>2015-04-22 11:33:17 +0100
committerFrancisco Jerez <currojerez@riseup.net>2015-04-27 17:28:29 +0300
commit05e7f7f4388bde882b7ce74124000a4d435affff (patch)
tree9a7c7ea02152900a03fc6662aa60a7b8f79dad06 /src/mesa/program/hash_table.h
parente17dc004fd96e589e92ee64deeb45339af4bf671 (diff)
downloadexternal_mesa3d-05e7f7f4388bde882b7ce74124000a4d435affff.zip
external_mesa3d-05e7f7f4388bde882b7ce74124000a4d435affff.tar.gz
external_mesa3d-05e7f7f4388bde882b7ce74124000a4d435affff.tar.bz2
Fix a few typos
Reviewed-by: Francisco Jerez <currojerez@riseup.net>
Diffstat (limited to 'src/mesa/program/hash_table.h')
-rw-r--r--src/mesa/program/hash_table.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/program/hash_table.h b/src/mesa/program/hash_table.h
index eed2e55..e85a836 100644
--- a/src/mesa/program/hash_table.h
+++ b/src/mesa/program/hash_table.h
@@ -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