From 0371d66a64f83c0bd34128ad4e4a5d9e0b74e884 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sun, 12 May 2002 01:41:17 +0000 Subject: [PATCH] fix comment --- winsup/cygwin/path.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);