2001-08-12 Roland McGrath <roland@frob.com>

* hurd/hurdlookup.c (__hurd_file_name_lookup): Comment fix.
This commit is contained in:
Roland McGrath 2001-08-12 22:02:11 +00:00
parent 60ab36c144
commit 5c7665dc18
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ __hurd_file_name_lookup (error_t (*use_init_port)
while (file_name[0] == '/')
file_name++;
if (flags & O_NOFOLLOW) /* See comments below about O_NOFOLLOW. */
if (flags & O_NOFOLLOW) /* See lookup-retry.c about O_NOFOLLOW. */
flags |= O_NOTRANS;
if (flags & O_DIRECTORY)