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  50ff1abe3f2a83cfc395377f1232ad2a7bbcdcff (commit)
      from  7fd11db8f49eeecb0015e78aceadd921948c3cff (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=50ff1abe3f2a83cfc395377f1232ad2a7bbcdcff


commit 50ff1abe3f2a83cfc395377f1232ad2a7bbcdcff
Author: Jim Meyering <[email protected]>
Date:   Sat Apr 9 23:11:52 2011 +0200

    maint: fix typos in comments: s/can not/cannot/
    
    * src/dfa.c (check_matching_with_multibyte_ops, dfastate): As above.

diff --git a/src/dfa.c b/src/dfa.c
index dec8d5b..bdc3a7f 100644
--- a/src/dfa.c
+++ b/src/dfa.c
@@ -2529,7 +2529,7 @@ dfastate (int s, struct dfa *d, int trans[])
              by accepting accepts 1st byte of <mb A>, and state[i+1]
              accepts 2nd byte of <mb A>, if state[i+1] encounter the
              codepoint of <sb a>, it must not be <sb a> but 2nd byte of
-             <mb A>, so we can not add state[0].  */
+             <mb A>, so we cannot add state[0].  */
 
           next_isnt_1st_byte = 0;
           for (j = 0; j < follows.nelem; ++j)
@@ -2983,7 +2983,7 @@ check_matching_with_multibyte_ops (struct dfa *d, int s, 
int idx)
           rarray[i] = match_mb_charset(d, s, pos, idx);
           break;
         default:
-          break; /* can not happen.  */
+          break; /* cannot happen.  */
         }
     }
   return rarray;

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

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


hooks/post-receive
-- 
grep

Reply via email to