diff options
Diffstat (limited to 'lib/openat.c')
-rw-r--r-- | lib/openat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/openat.c b/lib/openat.c index 512f8666f9..ac2496e907 100644 --- a/lib/openat.c +++ b/lib/openat.c @@ -180,7 +180,7 @@ openat (int fd, char const *file, int flags, ...) directory argument. If a previous attempt to restore the current working directory - failed, then we must not even try to access a `.'-relative name. + failed, then we must not even try to access a '.'-relative name. It is the caller's responsibility not to call this function in that case. */ |