changeset 9718:5954dae30c7f

* lib/fts.c (fts_build): Typo correction to comment.
author Martin Buchholz <martin@xemacs.org>
date Wed, 20 Feb 2008 12:15:12 +0100
parents f04f670e9f32
children ec87f62b97b8
files ChangeLog lib/fts.c
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
+
+	* lib/fts.c (fts_build): Typo correction to comment.
+
 2008-02-17  Bruno Haible  <bruno@clisp.org>
 
 	* lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
--- a/lib/fts.c
+++ b/lib/fts.c
@@ -1090,7 +1090,7 @@
 		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.