]> wimlib.net Git - wimlib/commitdiff
lookup_table_insert(): Fix comment
authorEric Biggers <ebiggers3@gmail.com>
Sun, 3 Mar 2013 20:31:43 +0000 (14:31 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Sun, 3 Mar 2013 21:56:47 +0000 (15:56 -0600)
src/lookup_table.c

index 390f63c5934401ebf810466254d90ff6b6ac0305..1c9f0529bc99076887abeebffd06e00c8e5df331 100644 (file)
@@ -186,7 +186,7 @@ void free_lookup_table(struct wim_lookup_table *table)
  * Inserts an entry into the lookup table.
  *
  * @table:     A pointer to the lookup table.
- * @entry:     A pointer to the entry to insert.
+ * @lte:       A pointer to the entry to insert.
  */
 void lookup_table_insert(struct wim_lookup_table *table,
                         struct wim_lookup_table_entry *lte)