]> Savannah Git Hosting - gnulib.git/commitdiff
Remove repeated words in comments.
authorBjarni Ingi Gislason <bjarniig@rhi.hi.is>
Mon, 22 May 2017 18:02:35 +0000 (18:02 +0000)
committerBruno Haible <bruno@clisp.org>
Mon, 22 May 2017 20:10:07 +0000 (22:10 +0200)
Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
ChangeLog
lib/fd-hook.c
lib/fd-hook.h
lib/savewd.c
lib/uninorm/decomposition-table.h
modules/atoll

index 049a3930e3bd1d965e3da96117dcba2cbb75e7e6..aa4d5e89271ea7bd509d55c34c03f711c96ba8ca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-05-22  Bjarni Ingi Gislason  <bjarniig@rhi.hi.is>
+
+       Remove repeated words in comments.
+
 2017-05-22  Bernhard Voelker  <mail@bernhard-voelker.de>
 
        fallthrough: reinstate a FALLTHROUGH instance in quotearg
        HAVE_GETXATTR.
        * m4/acl.m4 (gl_FILE_HAS_ACL): Test fot the entire combination of
        linux/xattr.h, sys/xattr.h, getxattr, XATTR_NAME_POSIX_ACL_ACCESS,
-       and XATTR_NAME_POSIX_ACL_DEFAULT, since that's what what
+       and XATTR_NAME_POSIX_ACL_DEFAULT, since that's what
        file-has-acl.c actually needs.
 
 2015-04-26  Pádraig Brady  <P@draigBrady.com>
@@ -10841,7 +10845,7 @@ o       Test only that noncanonical values do not cause crashes, not that
        * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME):
        * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS):
        * modules/time (time.h):
-       Don't worry about about the possibility of localtime and gmtime
+       Don't worry about the possibility of localtime and gmtime
        being absent; they're present in all C libraries we know about.
        * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS):
        Don't assume sys_time is present and has been initialized.
@@ -10909,7 +10913,7 @@ o       Test only that noncanonical values do not cause crashes, not that
        * m4/gl-openssl.m4 (gl_CRYPTO_CHECK):
        Add support for a new option, --with-openssl=auto, which causes
        the library to be used if available and silently ignored if not.
-       Add support to allow allow configure.ac to specify its own
+       Add support to allow configure.ac to specify its own
        default, by setting with_openssl_default before invoking gl_INIT.
 
 2013-12-05  Paul Eggert  <eggert@cs.ucla.edu>
@@ -37476,7 +37480,7 @@ o       Test only that noncanonical values do not cause crashes, not that
        (main): Perform test also when getrlimit and setrlimit don't exist or
        when setrlimit of RLIMIT_DATA fails (like on Cygwin). Instead of
        limiting the address space size using setrlimit, compare the address
-       space size before and after the the test.
+       space size before and after the test.
        * tests/test-dprintf-posix2.c: Likewise.
        * tests/test-fprintf-posix3.sh: Update skip messages.
        * tests/test-dprintf-posix2.sh: Likewise.
@@ -47989,7 +47993,7 @@ o       Test only that noncanonical values do not cause crashes, not that
        * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Add new witnesses.  Move decl
        check...
        * m4/pty.m4 (gl_FORKPTY, gl_OPENPTY): ...here.  Request
-       replacement for for non-const BSD signature.
+       replacement for non-const BSD signature.
        * modules/pty (Makefile.am): Substitute witnesses.
        * lib/pty.in.h (forkpty, openpty): Declare replacements.
        * tests/test-forkpty.c: Update signature check.
@@ -48902,7 +48906,7 @@ o       Test only that noncanonical values do not cause crashes, not that
 
 2010-02-21  Bruno Haible  <bruno@clisp.org>
 
-       Really work around around "broken pipe" error message from bash 3.2.
+       Really work around "broken pipe" error message from bash 3.2.
        * gnulib-tool (func_reset_sigpipe): Remove function.
        (echo): In bash 3.2, define to a function that uses printf.
        Analyzed by Ralf Wildenhues, Chet Ramey, Ben Pfaff.
@@ -59065,7 +59069,7 @@ o       Test only that noncanonical values do not cause crashes, not that
        * m4/fclose.m4 (gl_REPLACE_FCLOSE): Likewise.
        * m4/open.m4 (gl_REPLACE_OPEN): Likewise.
        * m4/strstr.m4 (gl_FUNC_STRSTR): Execute AC_LIBOBJ when REPLACE_STRSTR
-       is 1, not only the the first time.
+       is 1, not only the first time.
 
 2009-08-10  Bruno Haible  <bruno@clisp.org>
 
@@ -97176,7 +97180,7 @@ o       Test only that noncanonical values do not cause crashes, not that
        glibc.  No doubt this problem also needs to be handled for glibc
        as well, but the result will be an incompatible change to the
        glibc ABI, and the old ABI will have to be supported too.  That
-       can be the the subject for another patch.
+       can be the subject for another patch.
 
        * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
        governing whether the rest of this patch is active.  By default,
index 627863a29099780c384644851af29e430dc9ac8a..2581b757c4994508a95ca77192b4650ad08a61ae 100644 (file)
@@ -1,4 +1,4 @@
-/* Hook for making making file descriptor functions close(), ioctl() extensible.
+/* Hook for making file descriptor functions close(), ioctl() extensible.
    Copyright (C) 2009-2017 Free Software Foundation, Inc.
    Written by Bruno Haible <bruno@clisp.org>, 2009.
 
index 246ca7769a25d44e8c702caacead33834346fca0..400375ef896ae92f01a01e572fb12c18227ea925 100644 (file)
@@ -1,4 +1,4 @@
-/* Hook for making making file descriptor functions close(), ioctl() extensible.
+/* Hook for making file descriptor functions close(), ioctl() extensible.
    Copyright (C) 2009-2017 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify it
index 138f865782f761e485aacaf71929842fda1a8ea5..33fd85bd5c66f90de0e6917d3ad7aa1c50d8a304 100644 (file)
@@ -69,7 +69,7 @@ savewd_save (struct savewd *wd)
         {
           /* "Save" the initial working directory by forking a new
              subprocess that will attempt all the work from the chdir
-             until until the next savewd_restore.  */
+             until the next savewd_restore.  */
           wd->val.child = fork ();
           if (wd->val.child != 0)
             {
index 1f87dc28979c640f7db3fe1cd46e0a910765e341..c08a659cf98c770a31ef4d0633455b65692ca88e 100644 (file)
@@ -21,7 +21,7 @@
 /* The decomposition table is made of two parts:
      - A table containing the actual arrays of decomposed equivalents.
        (This table is separate because the maximum length of a decomposition
-       is 18, much larger than than the average length 1.497 of a decomposition).
+       is 18, much larger than the average length 1.497 of a decomposition).
      - A 3-level table of indices into this array.  */
 
 #include "decomposition-table1.h"
index d1a53644d4687de4ee9e7a2f7475f3d584274ded..35f6e045c2ed9cbb3c324b1b79e92ad86a016f91 100644 (file)
@@ -1,5 +1,5 @@
 Description:
-atoll() function: convert decimal string string to 'long long'.
+atoll() function: convert decimal string to 'long long'.
 
 Files:
 lib/atoll.c