summaryrefslogtreecommitdiff
path: root/src/searchutils.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-12-23 17:29:54 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2016-12-23 17:30:26 -0800
commit9ef6d5d5dd03ce90508bef4dd56bf8de82970a02 (patch)
treebc466d80f55a0b516371e93d05aa1fa2365c9076 /src/searchutils.c
parentfdf9fadd03160680e4d3edc886b1e31e424b535f (diff)
downloadgrep-9ef6d5d5dd03ce90508bef4dd56bf8de82970a02.tar.gz
grep: fix comment in searchutils.c
Diffstat (limited to 'src/searchutils.c')
-rw-r--r--src/searchutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/searchutils.c b/src/searchutils.c
index 3ba3cdb7..1552ed74 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