]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libsmartcols: fix comment
authorKarel Zak <kzak@redhat.com>
Mon, 19 Sep 2016 11:48:42 +0000 (13:48 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 19 Sep 2016 11:48:42 +0000 (13:48 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
libsmartcols/src/line.c

index 365f6648a1868b794dffd502f14f581ce1816450..b9e41a70dafadcfe5c1c24bd03852a5604dedaa2 100644 (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)
 {