From ffea27fc8dfe09c9ec4edcf0ecfe41ed75e33267 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 22 Jul 2009 15:55:47 +0000 Subject: [PATCH] * path.cc (symlink_info::check): Fix typo in comment. --- winsup/cygwin/ChangeLog | 6 +++++- winsup/cygwin/path.cc | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index e82125c1f..95bf63119 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,4 +1,8 @@ -2009-07-21 Corinna Vinschen +2009-07-22 Corinna Vinschen + + * path.cc (symlink_info::check): Fix typo in comment. + +2009-07-22 Corinna Vinschen * fhandler.h (enum del_lock_called_from): New enumeration. (fhandler_base::del_my_locks): Declare taking a del_lock_called_from diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc index bd9b90ae9..325d7b8f8 100644 --- a/winsup/cygwin/path.cc +++ b/winsup/cygwin/path.cc @@ -2216,7 +2216,7 @@ symlink_info::check (char *path, const suffix_info *suffixes, unsigned opt, { no_ea = true; /* If EAs are not supported, there's no sense to check them again - whith suffixes attached. So we set eabuf/easize to 0 here once. */ + with suffixes attached. So we set eabuf/easize to 0 here once. */ if (status == STATUS_EAS_NOT_SUPPORTED) { eabuf = NULL;