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 e9324af..dfac491 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