From: Roland McGrath Date: Sun, 12 Aug 2001 22:02:11 +0000 (+0000) Subject: 2001-08-12 Roland McGrath X-Git-Tag: upstream/2.30~22657 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5c7665dc18f2cc0427aed0bd063a10b61a263cb0;p=external%2Fglibc.git 2001-08-12 Roland McGrath * hurd/hurdlookup.c (__hurd_file_name_lookup): Comment fix. --- 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)