]> code.delx.au - gnu-emacs/blobdiff - lib/strftime.c
Expunge "allow" + infinitive from source and doc, part 2.
[gnu-emacs] / lib / strftime.c
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;