summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/hash.h
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-02-15 09:27:07 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-02-15 09:27:07 +0000
commit05d7395ed18ddec8c4a339adb64708ba7a8c52d0 (patch)
treeac33c1c0c13e30a2ee53db5eb55f5768d6575ce5 /Build/source/texk/kpathsea/hash.h
parent46a755637a029e18140bc635485f25020c276ef9 (diff)
somewhat reorganize libkpathsea internals
git-svn-id: svn://tug.org/texlive/trunk@17037 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/hash.h')
-rw-r--r--Build/source/texk/kpathsea/hash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/hash.h b/Build/source/texk/kpathsea/hash.h
index f9702b3a794..2945df6c01c 100644
--- a/Build/source/texk/kpathsea/hash.h
+++ b/Build/source/texk/kpathsea/hash.h
@@ -59,7 +59,7 @@ extern KPSEDLL void hash_insert_normalized (hash_table_type *table,
extern KPSEDLL void hash_remove (hash_table_type *table, const_string key,
const_string value);
-/* Look up KEY in MAP, and return NULL-terminated list of all matching
+/* Look up KEY in TABLE, and return NULL-terminated list of all matching
values (not copies), in insertion order. If none, return NULL. */
extern KPSEDLL string *hash_lookup (hash_table_type table, const_string key);