Signed-off-by: Karel Zak <kzak@redhat.com>
/**
* scols_cell_set_data:
* @ce: a pointer to a struct libscols_cell instance
- * @str: data (used for scols_printtable())
+ * @str: data (used for scols_print_table())
*
* Stores a copy of the @str in @ce.
*
/**
* scols_cell_refer_data:
* @ce: a pointer to a struct libscols_cell instance
- * @str: data (used for scols_printtable())
+ * @str: data (used for scols_print_table())
*
* Adds a reference to @str to @ce. The pointer is deallocated by
* scols_reset_cell() or scols_unref_line(). This function is mostly designed