]> sourceware.org Git - newlib-cygwin.git/commitdiff
* path.cc (win32_device_name): Fix comment.
authorCorinna Vinschen <corinna@vinschen.de>
Fri, 24 Oct 2003 08:13:15 +0000 (08:13 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Fri, 24 Oct 2003 08:13:15 +0000 (08:13 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/path.cc

index cc3937081410a2f0004132d53c530900226a2d6b..a6c9caa20c6dcda683d65995280910761f664783 100644 (file)
@@ -1,3 +1,7 @@
+2003-10-24  Corinna Vinschen  <corinna@vinschen.de>
+
+       * path.cc (win32_device_name): Fix comment.
+
 2003-10-23  Christopher Faylor  <cgf@redhat.com>
 
        * fhandler_tty.cc (fhandler_tty_slave::ioctl): Properly set return
index 4dae40c643628743a663a35034f59dca7a067434..318986a7ee08fde304b0a7ead7240a6ccffb434f 100644 (file)
@@ -892,8 +892,9 @@ digits (const char *name)
   return p > name && !*p ? n : -1;
 }
 
-/* Return TRUE if src_path is a Win32 device name, filling out the device
-   name in win32_path */
+/* Return TRUE if src_path is a valid, internally supported device name.
+   In that case, win32_path gets the corresponding NT device name and
+   dev is appropriately filled with device information. */
 
 static bool
 win32_device_name (const char *src_path, char *win32_path, device& dev)
This page took 0.035034 seconds and 5 git commands to generate.