libsmartcols: fix comment

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2016-09-19 13:48:42 +02:00
parent d4275a4bde
commit 166897ceb3
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ const char *scols_line_get_color(struct libscols_line *ln)
* scols_line_get_ncells:
* @ln: a pointer to a struct libscols_line instance
*
* Returns: @ln's number of cells or a negative value in case of an error.
* Returns: number of cells
*/
size_t scols_line_get_ncells(struct libscols_line *ln)
{