From 5c7665dc18f2cc0427aed0bd063a10b61a263cb0 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 12 Aug 2001 22:02:11 +0000 Subject: 2001-08-12 Roland McGrath * hurd/hurdlookup.c (__hurd_file_name_lookup): Comment fix. --- hurd/hurdlookup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hurd/hurdlookup.c b/hurd/hurdlookup.c index e8ccc51..0426d97 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) -- cgit v1.1