diff options
Diffstat (limited to 'hurd/lookup-retry.c')
-rw-r--r-- | hurd/lookup-retry.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/lookup-retry.c b/hurd/lookup-retry.c index 62f94bb..9a9b271 100644 --- a/hurd/lookup-retry.c +++ b/hurd/lookup-retry.c @@ -144,7 +144,7 @@ __hurd_file_name_lookup_retry (error_t (*use_init_port) refusing symlinks while accepting mount points. Note that we actually permit something Linux doesn't: we follow root-owned symlinks; if that is deemed - undesireable, we can add a final check for that + undesirable, we can add a final check for that one exception to our general translator-based rule. */ struct stat64 st; err = __io_stat (*result, &st); |