maint: fix typos in comments and ChangeLog
[gnulib.git] / lib / regexec.c
index 92efb44..7d130a0 100644 (file)
@@ -473,7 +473,7 @@ re_search_stub (struct re_pattern_buffer *bufp,
 
   rval = 0;
 
-  /* I hope we needn't fill ther regs with -1's when no match was found.  */
+  /* I hope we needn't fill their regs with -1's when no match was found.  */
   if (result != REG_NOERROR)
     rval = result == REG_NOMATCH ? -1 : -2;
   else if (regs != NULL)