From 817d97ba626f86c376cb8311c099ea5f010205d5 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 16 Mar 2014 16:27:38 -0500 Subject: Clarify an unclear comment pointed out by Steve Long. --- toys/posix/df.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/posix/df.c') diff --git a/toys/posix/df.c b/toys/posix/df.c index ed41a4ee..7fab4281 100644 --- a/toys/posix/df.c +++ b/toys/posix/df.c @@ -122,7 +122,7 @@ void df_main(void) } // Find and display this filesystem. Use _last_ hit in case of - // -- bind mounts. + // overmounts (which is first hit in the reversed list). mt2 = NULL; for (mt = mtlist; mt; mt = mt->next) { if (st.st_dev == mt->stat.st_dev) { -- cgit v1.2.3