From b78b15e68de3c3f9a6aed5d3514e86a72cc9c9b1 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sun, 3 Mar 2013 14:31:43 -0600 Subject: [PATCH 1/1] lookup_table_insert(): Fix comment --- src/lookup_table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lookup_table.c b/src/lookup_table.c index 390f63c5..1c9f0529 100644 --- a/src/lookup_table.c +++ b/src/lookup_table.c @@ -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) -- 2.43.0