changeset 16363:e89e36252e49

regex: spelling fix * lib/regexec.c: spelling fix
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 07 Feb 2012 23:07:48 -0800
parents 5290dc20c28b
children 89227b989588
files ChangeLog lib/regexec.c
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-02-07  Paul Eggert  <eggert@cs.ucla.edu>
 
+	regex: spelling fix
+	* lib/regexec.c: spelling fix
+
 	regex: rely on stdint.h for SIZE_MAX
 	* lib/regex_internal.h (SIZE_MAX): Remove; stdint.h supplies this now.
 
--- a/lib/regexec.c
+++ b/lib/regexec.c
@@ -4146,7 +4146,7 @@
           <= pstr->bufs_len, 0))
     return REG_ESPACE;
 
-  /* Double the lengthes of the buffers.  */
+  /* Double the lengths of the buffers.  */
   ret = re_string_realloc_buffers (pstr, MIN (pstr->len, pstr->bufs_len * 2));
   if (BE (ret != REG_NOERROR, 0))
     return ret;