grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v2.18-19-g5aa1413


From: Paul Eggert
Subject: grep branch, master, updated. v2.18-19-g5aa1413
Date: Mon, 03 Mar 2014 15:34:10 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grep".

The branch, master has been updated
       via  5aa1413466c9affdac469675798fb122b981f41e (commit)
      from  7c67e845b48bc49d1590803d1d60925bbebaeb2d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=5aa1413466c9affdac469675798fb122b981f41e


commit 5aa1413466c9affdac469675798fb122b981f41e
Author: Paul Eggert <address@hidden>
Date:   Mon Mar 3 07:34:07 2014 -0800

    grep: fix comment
    
    * src/main.c (trivial_case_ignore): Fix comment typo.

diff --git a/src/main.c b/src/main.c
index 1e7c79d..808e47a 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1892,7 +1892,7 @@ trivial_case_ignore (size_t len, char const *keys,
     return false;
 
   /* Worst case is that each byte B of KEYS is ASCII alphabetic and
-     the two two other_case(B) characters, C and D, each occupies
+     the two other_case(B) characters, C and D, each occupies
      MB_CUR_MAX bytes, so each B maps to [BCD], which requires 2 *
      MB_CUR_MAX + 3 bytes; this is bounded above by the constant
      expression 2 * MB_LEN_MAX + 3.  */

-----------------------------------------------------------------------

Summary of changes:
 src/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
grep



reply via email to

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