coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] build: update gnulib to latest; correct comment grammar


From: Jim Meyering
Subject: [PATCH] build: update gnulib to latest; correct comment grammar
Date: Sun, 10 Jun 2012 22:16:58 +0200

FYI,
(plus, I've pushed the two strncpy-related patches I posted before
and updated the gnulib-updating one into a newer version that also
corrects for the new grammar "all these" syntax-check rule)

>From f378f1c51cf4784ec0b0f0e7233319924e1283b2 Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Thu, 24 May 2012 12:32:41 +0200
Subject: [PATCH] build: update gnulib to latest; correct comment grammar

* tests/misc/help-version: Fix comment grammar:
s/all these/all of these/
* gl/lib/tempname.c.diff: Likewise.
---
 gl/lib/tempname.c.diff  | 2 +-
 gnulib                  | 2 +-
 tests/misc/help-version | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gl/lib/tempname.c.diff b/gl/lib/tempname.c.diff
index 3e30c97..b1c2236 100644
--- a/gl/lib/tempname.c.diff
+++ b/gl/lib/tempname.c.diff
@@ -64,7 +64,7 @@ index 2da5afe..562955a 100644
    /* A lower bound on the number of temporary files to attempt to
       generate.  The maximum total number of temporary file names that
       can exist for a given template is 62**6.  It should never be
-      necessary to try all these combinations.  Instead if a reasonable
+      necessary to try all of these combinations.  Instead if a reasonable
       number of names is tried (we define reasonable as 62**3) fail to
 -     give the system administrator the chance to remove the problems.  */
 +     give the system administrator the chance to remove the problems.
diff --git a/gnulib b/gnulib
index a3a0496..70a9bd6 160000
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit a3a049672d410b1deba8f1537016f2ece42b4e88
+Subproject commit 70a9bd65b77ec4e516f500e7348bc1c332d91ea5
diff --git a/tests/misc/help-version b/tests/misc/help-version
index e19f5b1..4a82b04 100755
--- a/tests/misc/help-version
+++ b/tests/misc/help-version
@@ -1,5 +1,5 @@
 #! /bin/sh
-# Make sure all these programs work properly
+# Make sure all of these programs work properly
 # when invoked with --help or --version.

 # Copyright (C) 2000-2012 Free Software Foundation, Inc.
--
1.7.11.rc2



reply via email to

[Prev in Thread] Current Thread [Next in Thread]