diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2009-07-22 15:55:47 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2009-07-22 15:55:47 +0000 |
commit | ffea27fc8dfe09c9ec4edcf0ecfe41ed75e33267 (patch) | |
tree | bee22e76c3f3a54513ba79e4cdad715cdddfe9da /winsup/cygwin/path.cc | |
parent | 4a77aea0714cf0175279fbf65cdb8322a5af958b (diff) | |
download | cygnal-ffea27fc8dfe09c9ec4edcf0ecfe41ed75e33267.tar.gz cygnal-ffea27fc8dfe09c9ec4edcf0ecfe41ed75e33267.tar.bz2 cygnal-ffea27fc8dfe09c9ec4edcf0ecfe41ed75e33267.zip |
* path.cc (symlink_info::check): Fix typo in comment.
Diffstat (limited to 'winsup/cygwin/path.cc')
-rw-r--r-- | winsup/cygwin/path.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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; |