]> Savannah Git Hosting - gnulib.git/commitdiff
get-permissions, strftime: fix grammar in comments
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 25 Jan 2016 15:45:56 +0000 (07:45 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 25 Jan 2016 15:46:29 +0000 (07:46 -0800)
* lib/get-permissions.c, lib/strftime.c: Merge into the comments
some grammar fixes Alan Mackenzie made to GNU Emacs.

ChangeLog
lib/get-permissions.c
lib/strftime.c

index 4dce1ff4e5e4328864a69b7dadd693d3ea3622d2..ced7544d9b15f01997a0e9d7fdd87155b75b0590 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2016-01-25  Paul Eggert  <eggert@cs.ucla.edu>
+
+       get-permissions, strftime: fix grammar in comments
+       * lib/get-permissions.c, lib/strftime.c: Merge into the comments
+       some grammar fixes Alan Mackenzie made to GNU Emacs.
+
 2016-01-25  Daiki Ueno  <ueno@gnu.org>
 
        gettext: mark as obsolete
index 8c70df1984ce34705e488e4418304b652e24b3eb..bf40dad7801a0ec8d7f6aa6201d3c7c71c0706b8 100644 (file)
@@ -102,7 +102,7 @@ get_permissions (const char *name, int desc, mode_t mode,
      There is an API
        pathconf (name, _PC_ACL_ENABLED)
        fpathconf (desc, _PC_ACL_ENABLED)
-     that allows to determine which of the two kinds of ACLs is supported
+     that allows us to determine which of the two kinds of ACLs is supported
      for the given file.  But some file systems may implement this call
      incorrectly, so better not use it.
      When fetching the source ACL, we simply fetch both ACL types.
index 10d3eb4ef318d39617226e8e324a1ba08ed7cebf..4e65190386d5ea311c3f7c2869ef7fc9328b2077 100644 (file)
@@ -641,7 +641,7 @@ strftime_case_ (bool upcase, STREAM_OR_CHAR_T *s,
           break;
         }
 
-      /* As a GNU extension we allow to specify the field width.  */
+      /* As a GNU extension we allow the field width to be specified.  */
       if (ISDIGIT (*f))
         {
           width = 0;