]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 e8ccc51aab9dc24d9118a6bffaa1a4c35f3a6fdc..0426d97b850fda87e821b1e12a18f5d7c335d7a4 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)