summaryrefslogtreecommitdiff
path: root/gl
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-05-24 12:32:41 +0200
committerJim Meyering <meyering@redhat.com>2012-06-10 22:02:26 +0200
commitf378f1c51cf4784ec0b0f0e7233319924e1283b2 (patch)
treef2a78b3e05752921a9eb64e7ca60575927027026 /gl
parente106212d90c666ea6d0d27650ee12fdb49cad76b (diff)
downloadcoreutils-f378f1c51cf4784ec0b0f0e7233319924e1283b2.tar.xz
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.
Diffstat (limited to 'gl')
-rw-r--r--gl/lib/tempname.c.diff2
1 files changed, 1 insertions, 1 deletions
diff --git a/gl/lib/tempname.c.diff b/gl/lib/tempname.c.diff
index 3e30c972c..b1c223610 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.