bug-gnulib
[Top][All Lists]
Advanced

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

[PATCH] Correct typo in comment in fts.c


From: James Youngman
Subject: [PATCH] Correct typo in comment in fts.c
Date: Wed, 20 Feb 2008 10:42:31 +0000

2008-02-20  Martin Buchholz <address@hidden> (trivial change)

        * lib/fts.c (fts_build): Typo correction to comment.
---
 lib/fts.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/fts.c b/lib/fts.c
index ceb8935..cb6f564 100644
--- a/lib/fts.c
+++ b/lib/fts.c
@@ -1090,7 +1090,7 @@ mem1:                             saved_errno = errno;
                new_len = len + _D_EXACT_NAMLEN (dp);
                if (new_len < len) {
                        /*
-                        * In the unlikely even that we would end up
+                        * In the unlikely event that we would end up
                         * with a file name longer than SIZE_MAX, free up
                         * the current structure and the structures already
                         * allocated, then error out with ENAMETOOLONG.
-- 
1.5.3.8





reply via email to

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