fix comment

This commit is contained in:
Christopher Faylor 2002-05-12 01:41:17 +00:00
parent 9ba913a56d
commit 0371d66a64
1 changed files with 1 additions and 1 deletions

View File

@ -519,7 +519,7 @@ path_conv::check (const char *src, unsigned opt,
} }
else if (isvirtual_dev (devn)) 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 *fh =
(fhandler_virtual *) cygheap->fdtab.build_fhandler (-1, devn, path_copy, NULL, unit); (fhandler_virtual *) cygheap->fdtab.build_fhandler (-1, devn, path_copy, NULL, unit);
int file_type = fh->exists (path_copy); int file_type = fh->exists (path_copy);