From 7aae225afbdd1b0b33883ee6d34383d174a0f4ed Mon Sep 17 00:00:00 2001
From: Andre Noll <maan@tuebingen.mpg.de>
Date: Sun, 21 Dec 2014 17:42:00 +0000
Subject: [PATCH] aft.c: Improve documentation of struct ls_widths.

---
 aft.c | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/aft.c b/aft.c
index f87ac96e..cc0cfcc1 100644
--- a/aft.c
+++ b/aft.c
@@ -87,10 +87,9 @@ enum ls_flags {
 /**
  * The size of the individual output fields of the ls command.
  *
- * These depend on the actual content being listed. If, for instance only files
- * with duration less than an hour are being listed, then the duration with is
- * made smaller because then the duration is listed as mm:ss rather than
- * hh:mm:ss.
+ * These depend on the content being listed. For example, if each listed file
+ * is shorter than an hour, the duration format is set to mm:ss. Otherwise it
+ * is set to hh:mm:ss.
  */
 struct ls_widths {
 	/** size of the score field. */
-- 
2.39.5