From 5b4cf2a662b36372f902e41a7fe000e2a24aca4a Mon Sep 17 00:00:00 2001 From: Martin Buchholz Date: Wed, 20 Feb 2008 12:15:12 +0100 Subject: [PATCH] * lib/fts.c (fts_build): Typo correction to comment. --- ChangeLog | 4 ++++ lib/fts.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8fc6136d1..1c052ac43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-02-20 Martin Buchholz (tiny change) + + * lib/fts.c (fts_build): Typo correction to comment. + 2008-02-17 Bruno Haible * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid diff --git a/lib/fts.c b/lib/fts.c index 36ccf683d..7956f7240 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. -- 2.11.0