From ffea27fc8dfe09c9ec4edcf0ecfe41ed75e33267 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 22 Jul 2009 15:55:47 +0000 Subject: * path.cc (symlink_info::check): Fix typo in comment. --- winsup/cygwin/path.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/path.cc') 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; -- cgit v1.2.3