Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-05-12 05:41:17 +0400
committerChristopher Faylor <me@cgf.cx>2002-05-12 05:41:17 +0400
commit0371d66a64f83c0bd34128ad4e4a5d9e0b74e884 (patch)
treed910ee0627e3c34988f8309a7d81d6b101868b5d /winsup/cygwin/path.cc
parent9ba913a56dd6eb5af664cb3e29fa3e9a8d7a3752 (diff)
fix comment
Diffstat (limited to 'winsup/cygwin/path.cc')
-rw-r--r--winsup/cygwin/path.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc
index bebb4027d..1966be4cb 100644
--- a/winsup/cygwin/path.cc
+++ b/winsup/cygwin/path.cc
@@ -519,7 +519,7 @@ path_conv::check (const char *src, unsigned opt,
}
else if (isvirtual_dev (devn))
{
- /* FIXME: Fix this. Calling build_fhandler here is not the right way to handle this. */
+ /* FIXME: Calling build_fhandler here is not the right way to handle this. */
fhandler_virtual *fh =
(fhandler_virtual *) cygheap->fdtab.build_fhandler (-1, devn, path_copy, NULL, unit);
int file_type = fh->exists (path_copy);