findutils-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Findutils-patches] [PATCH 09/19] fix a typo in a comment


From: James Youngman
Subject: [Findutils-patches] [PATCH 09/19] fix a typo in a comment
Date: Fri, 10 Apr 2009 23:53:06 +0100

From: Jim Meyering <address@hidden>

* find/ftsfind.c (consider_visiting): s/fill/full/
(cherry picked from commit 34c70aa633115a807f36f91f036f6d831afe5e57)
---
 find/ftsfind.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/find/ftsfind.c b/find/ftsfind.c
index 543b80f..1fc5459 100644
--- a/find/ftsfind.c
+++ b/find/ftsfind.c
@@ -432,7 +432,7 @@ consider_visiting(FTS *p, FTSENT *ent)
        * link.  That would be fine, but if this is part of a symbolic
        * link loop, we diagnose the problem and also ensure that the
        * eventual return value is nonzero.   Note that while the path 
-       * we stat is local (fts_accpath), we print the fill path name 
+       * we stat is local (fts_accpath), we print the full path name 
        * of the file (fts_path) in the error message.
        */
       if (symlink_loop(ent->fts_accpath))
-- 
1.5.6.5





reply via email to

[Prev in Thread] Current Thread [Next in Thread]