summaryrefslogtreecommitdiff
path: root/src/tables_shared.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-11-21 18:11:19 +0100
committerWill Estes <westes575@gmail.com>2014-11-21 13:58:41 -0500
commit9c8daf867ef0d02ae91b2a2a4e39065cc24f4671 (patch)
treecd8c27fed9b1f8861d2b161df95fcd36c1ab1a6d /src/tables_shared.c
parentd86e0bb1d4e667ddc3f0fbb63e83600e502dd1be (diff)
Fix -Wdocumentation warnings
Diffstat (limited to 'src/tables_shared.c')
-rw-r--r--src/tables_shared.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tables_shared.c b/src/tables_shared.c
index b962666..123626c 100644
--- a/src/tables_shared.c
+++ b/src/tables_shared.c
@@ -52,7 +52,7 @@ dnl
/** Get the number of integers in this table. This is NOT the
* same thing as the number of elements.
- * @param td the table
+ * @param tbl the table
* @return the number of integers in the table
*/
yyskel_static flex_int32_t yytbl_calc_total_len (const struct yytbl_data *tbl)