From: Bruno Haible Date: Thu, 12 Jun 2008 13:01:07 +0000 (+0200) Subject: Typo in comment. X-Git-Tag: v0.1~7267 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=01248f4a588e15e4d60a7758654ee2a4cbaaec2c;p=gnulib.git Typo in comment. --- diff --git a/lib/open.c b/lib/open.c index e9324af0d..dfac4919d 100644 --- a/lib/open.c +++ b/lib/open.c @@ -58,7 +58,7 @@ open (const char *filename, int flags, ...) Rationale: POSIX says that "A pathname that contains at least one non-slash character and that - ends withone or more trailing slashes shall be resolved as if a + ends with one or more trailing slashes shall be resolved as if a single dot character ( '.' ) were appended to the pathname." and "The special filename dot shall refer to the directory specified by