bug-gnulib
[Top][All Lists]
Advanced

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

[PATCH 3/3] regex: spelling fix


From: Paul Eggert
Subject: [PATCH 3/3] regex: spelling fix
Date: Tue, 07 Feb 2012 23:20:41 -0800
User-agent: Mozilla/5.0 (X11; Linux i686; rv:9.0) Gecko/20111229 Thunderbird/9.0

* 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  <address@hidden>
 
+       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

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