summaryrefslogtreecommitdiffstats
path: root/libsmartcols
diff options
context:
space:
mode:
authorKarel Zak2017-04-13 11:47:43 +0200
committerKarel Zak2017-04-13 11:47:43 +0200
commitc8341f418a23ba55183f9007f8f8b8862655235f (patch)
treeef5afd62c46261ceee844847c9cbc59c077d0dec /libsmartcols
parentlsblk: fix --inverse --list (diff)
downloadkernel-qcow2-util-linux-c8341f418a23ba55183f9007f8f8b8862655235f.tar.gz
kernel-qcow2-util-linux-c8341f418a23ba55183f9007f8f8b8862655235f.tar.xz
kernel-qcow2-util-linux-c8341f418a23ba55183f9007f8f8b8862655235f.zip
libsmartcols: fix typo
Signed-off-by: Karel Zak <kzak@redhat.com>
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.
*/