summaryrefslogtreecommitdiffstats
path: root/lib/strutils.c
diff options
context:
space:
mode:
authorKarel Zak2014-04-08 12:13:02 +0200
committerKarel Zak2014-04-08 12:13:02 +0200
commitd9554c97e8407de309bbd7b4cd8a56b9b0d6c485 (patch)
treed349a3beb0b7bd050390c1e39f7b578f4c508a18 /lib/strutils.c
parentlibfdisk: (dos) make EBR parser more robust (diff)
downloadkernel-qcow2-util-linux-d9554c97e8407de309bbd7b4cd8a56b9b0d6c485.tar.gz
kernel-qcow2-util-linux-d9554c97e8407de309bbd7b4cd8a56b9b0d6c485.tar.xz
kernel-qcow2-util-linux-d9554c97e8407de309bbd7b4cd8a56b9b0d6c485.zip
libsmartcols: rewrite test code to tree(1)-like util
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'lib/strutils.c')
-rw-r--r--lib/strutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/strutils.c b/lib/strutils.c
index 450f2f3e3..31bf9e2af 100644
--- a/lib/strutils.c
+++ b/lib/strutils.c
@@ -394,7 +394,7 @@ void strtotimeval_or_err(const char *str, struct timeval *tv, const char *errmes
/*
* Converts stat->st_mode to ls(1)-like mode string. The size of "str" must
- * be 10 bytes.
+ * be 11 bytes.
*/
void strmode(mode_t mode, char *str)
{