grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v2.27-21-g9ef6d5d


From: Paul Eggert
Subject: grep branch, master, updated. v2.27-21-g9ef6d5d
Date: Sat, 24 Dec 2016 01:30:29 +0000 (UTC)

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  9ef6d5d5dd03ce90508bef4dd56bf8de82970a02 (commit)
      from  fdf9fadd03160680e4d3edc886b1e31e424b535f (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=9ef6d5d5dd03ce90508bef4dd56bf8de82970a02


commit 9ef6d5d5dd03ce90508bef4dd56bf8de82970a02
Author: Paul Eggert <address@hidden>
Date:   Fri Dec 23 17:29:54 2016 -0800

    grep: fix comment in searchutils.c

diff --git a/src/searchutils.c b/src/searchutils.c
index 3ba3cdb..1552ed7 100644
--- a/src/searchutils.c
+++ b/src/searchutils.c
@@ -77,7 +77,7 @@ kwsinit (bool mb_trans)
    start of a multibyte character or is an error-encoding byte.  The
    buffer ends at END (i.e., one past the address of the buffer's last
    byte).  If CUR is already at a boundary, return 0.  If *MB_START is
-   greater than or equal to CUR, return the negative value CUR - *MB_START.
+   greater than CUR, return the negative value CUR - *MB_START.
 
    When returning zero, set *MB_START to CUR.  When returning a
    positive value, set *MB_START to the next boundary after CUR, or to

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

Summary of changes:
 src/searchutils.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
grep



reply via email to

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