diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index f59f4e914..6477ce65b 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +2010-04-22 Corinna Vinschen + + * path.cc (symlink_info::check): Fix a comment. + 2010-04-21 Corinna Vinschen Christopher Faylor diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc index f8f65d624..2401ce163 100644 --- a/winsup/cygwin/path.cc +++ b/winsup/cygwin/path.cc @@ -2435,11 +2435,11 @@ symlink_info::check (char *path, const suffix_info *suffixes, unsigned opt, if (res == -1) { /* Volume mount point. The filesystem information for the top - level directory should be for the volume top level directory - itself, rather than for the reparse point itself. So we - fetch the filesystem information again, but with a NULL - handle. This does what we want because fs_info::update opens - the handle without FILE_OPEN_REPARSE_POINT. */ + level directory should be for the volume top level directory, + rather than for the reparse point itself. So we fetch the + filesystem information again, but with a NULL handle. + This does what we want because fs_info::update opens the + handle without FILE_OPEN_REPARSE_POINT. */ fs.update (&upath, NULL); } else if (res)