Typo in comment.
authorBruno Haible <bruno@clisp.org>
Thu, 12 Jun 2008 13:01:07 +0000 (15:01 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 12 Jun 2008 13:01:07 +0000 (15:01 +0200)
lib/open.c

index e9324af0de8d8c0641f508699c19a3d137a0aa56..dfac4919d09408f01a6af5f9fa09539024cf94f0 100644 (file)
@@ -58,7 +58,7 @@ open (const char *filename, int flags, ...)
      Rationale: POSIX <http://www.opengroup.org/susv3/basedefs/xbd_chap04.html>
      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