]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libsmartcols: fix typo
authorKarel Zak <kzak@redhat.com>
Thu, 13 Apr 2017 09:47:43 +0000 (11:47 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 13 Apr 2017 09:47:43 +0000 (11:47 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
libsmartcols/src/table.c

index c9f043cc2ef5c79906982b83a1058f4af51328f1..cb20544a764445822e041ffa2781b24a7c467bda 100644 (file)
@@ -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.
  */