summaryrefslogtreecommitdiffstats
path: root/libsmartcols
diff options
context:
space:
mode:
Diffstat (limited to 'libsmartcols')
-rw-r--r--libsmartcols/src/table.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libsmartcols/src/table.c b/libsmartcols/src/table.c
index c9f043cc2..cb20544a7 100644
--- a/libsmartcols/src/table.c
+++ b/libsmartcols/src/table.c
@@ -1335,8 +1335,8 @@ static struct libscols_line *move_line_and_children(struct libscols_line *ln, st
* scols_sort_table_by_tree:
* @tb: table
*
- * Reorders lines in the tree according to parent->child relation. Note that
- * order of lines in the table is independent on the tree hierarchy.
+ * Reorders lines in the table by parent->child relation. Note that order of
+ * the lines in the table is independent on the tree hierarchy.
*
* Returns: 0, a negative value in case of an error.
*/