summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/path.cc
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2010-04-22 09:43:29 +0000
committerCorinna Vinschen <corinna@vinschen.de>2010-04-22 09:43:29 +0000
commitc43e19442c9bb0d0ed9addff635972f62cef77cf (patch)
tree730b65d87fef6c816c12f4b878890c27ea6b20c9 /winsup/cygwin/path.cc
parentebff53b33969c4fbf136ec8c28dfb16488c7ad1c (diff)
downloadcygnal-c43e19442c9bb0d0ed9addff635972f62cef77cf.tar.gz
cygnal-c43e19442c9bb0d0ed9addff635972f62cef77cf.tar.bz2
cygnal-c43e19442c9bb0d0ed9addff635972f62cef77cf.zip
* path.cc (symlink_info::check): Fix a comment.
Diffstat (limited to 'winsup/cygwin/path.cc')
-rw-r--r--winsup/cygwin/path.cc10
1 files changed, 5 insertions, 5 deletions
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)