summaryrefslogtreecommitdiff
path: root/hurd/hurdlookup.c
diff options
context:
space:
mode:
Diffstat (limited to 'hurd/hurdlookup.c')
-rw-r--r--hurd/hurdlookup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/hurdlookup.c b/hurd/hurdlookup.c
index e8ccc51aab..0426d97b85 100644
--- a/hurd/hurdlookup.c
+++ b/hurd/hurdlookup.c
@@ -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)