2001-08-12 Roland McGrath <roland@frob.com>
authorRoland McGrath <roland@gnu.org>
Sun, 12 Aug 2001 22:02:11 +0000 (22:02 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 12 Aug 2001 22:02:11 +0000 (22:02 +0000)
* hurd/hurdlookup.c (__hurd_file_name_lookup): Comment fix.

hurd/hurdlookup.c

index e8ccc51..0426d97 100644 (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)