summaryrefslogtreecommitdiff
path: root/regexec.c
diff options
context:
space:
mode:
Diffstat (limited to 'regexec.c')
-rw-r--r--regexec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/regexec.c b/regexec.c
index d0d0ce7446..e843478451 100644
--- a/regexec.c
+++ b/regexec.c
@@ -5,8 +5,8 @@
* "One Ring to rule them all, One Ring to find them..."
*/
-/* This file contains functions for executing a regular expresssion. See
- * also regcomp.c which funnnily enough, contains functions for compiling
+/* This file contains functions for executing a regular expression. See
+ * also regcomp.c which funnily enough, contains functions for compiling
* a regular expression.
*/