* lib/regexec.c: spelling fix
---
 ChangeLog     |    3 +++
 lib/regexec.c |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 932a396..96e2364 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-02-07  Paul Eggert  <egg...@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.
 
diff --git a/lib/regexec.c b/lib/regexec.c
index a0ea024..78c12d6 100644
--- a/lib/regexec.c
+++ b/lib/regexec.c
@@ -4146,7 +4146,7 @@ extend_buffers (re_match_context_t *mctx)
           <= 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;
-- 
1.7.6.5

Reply via email to