From 0b4274f58be3c425f3275b993e7183b5cf5ca6b6 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Fri, 24 Oct 2003 08:13:15 +0000 Subject: * path.cc (win32_device_name): Fix comment. --- winsup/cygwin/path.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'winsup/cygwin/path.cc') diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc index 4dae40c64..318986a7e 100644 --- a/winsup/cygwin/path.cc +++ b/winsup/cygwin/path.cc @@ -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) -- cgit v1.2.3