summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-08-12 22:02:11 +0000
committerRoland McGrath <roland@gnu.org>2001-08-12 22:02:11 +0000
commit5c7665dc18f2cc0427aed0bd063a10b61a263cb0 (patch)
tree84d143250f2321e814b7cde4b7981f5cca8be286 /hurd
parent60ab36c14461253770ebc1b9b3e4d4cb604ba277 (diff)
2001-08-12 Roland McGrath <roland@frob.com>
* hurd/hurdlookup.c (__hurd_file_name_lookup): Comment fix.
Diffstat (limited to 'hurd')
-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)