OSDN Git Service

* path.cc (symlink_info::check): Fix a comment.
authorcorinna <corinna>
Thu, 22 Apr 2010 09:43:28 +0000 (09:43 +0000)
committercorinna <corinna>
Thu, 22 Apr 2010 09:43:28 +0000 (09:43 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/path.cc

index f59f4e9..6477ce6 100644 (file)
@@ -1,3 +1,7 @@
+2010-04-22  Corinna Vinschen  <corinna@vinschen.de>
+
+       * path.cc (symlink_info::check): Fix a comment.
+
 2010-04-21  Corinna Vinschen  <corinna@vinschen.de>
            Christopher Faylor  <me+cygwin@cgf.cx>
 
index f8f65d6..2401ce1 100644 (file)
@@ -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)