2008-02-20 Martin Buchholz <[EMAIL PROTECTED]> (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