From: Martin Buchholz Date: Wed, 20 Feb 2008 11:15:12 +0000 (+0100) Subject: * lib/fts.c (fts_build): Typo correction to comment. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b4cf2a662b36372f902e41a7fe000e2a24aca4a;p=pspp * lib/fts.c (fts_build): Typo correction to comment. --- diff --git a/ChangeLog b/ChangeLog index 8fc6136d1e..1c052ac433 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 36ccf683d5..7956f72408 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.