summaryrefslogtreecommitdiffstats
path: root/lib/termtable.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/termtable.h')
-rw-r--r--lib/termtable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/termtable.h b/lib/termtable.h
index 0782c82ab..d284c4f37 100644
--- a/lib/termtable.h
+++ b/lib/termtable.h
@@ -270,7 +270,7 @@ void ttable_rowseps(struct ttable *tt, unsigned int row,
*
* Caller must free this string after use with
*
- * XFREE (MTYPE_TMP, str);
+ * XFREE (MTYPE_TMP_TTABLE, str);
*
* @param tt the table to dump
* @param newline the desired newline sequence to use, null terminated.