From 166897ceb3578e3a90ab49d2c251b66cb060f28d Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 19 Sep 2016 13:48:42 +0200 Subject: [PATCH] libsmartcols: fix comment Signed-off-by: Karel Zak --- libsmartcols/src/line.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsmartcols/src/line.c b/libsmartcols/src/line.c index 365f6648a..b9e41a70d 100644 --- a/libsmartcols/src/line.c +++ b/libsmartcols/src/line.c @@ -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) {