summaryrefslogtreecommitdiff
path: root/regcomp.c
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2004-08-01 16:49:20 +0000
committerDave Mitchell <davem@fdisolutions.com>2004-08-01 16:49:20 +0000
commit61296642cbf8fa29a8af855294fd11d2d43e79d5 (patch)
tree604861edc68f90430c0473ff78d5fa5abc65efbe /regcomp.c
parent1f616d559fcb84901480199144ce9065d098670b (diff)
downloadperl-61296642cbf8fa29a8af855294fd11d2d43e79d5.tar.gz
Add comment to top of reentr.c and fix typos in other files
p4raw-id: //depot/perl@23180
Diffstat (limited to 'regcomp.c')
-rw-r--r--regcomp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/regcomp.c b/regcomp.c
index 796d8fe10f..7587498efb 100644
--- a/regcomp.c
+++ b/regcomp.c
@@ -5,8 +5,8 @@
* "A fair jaw-cracker dwarf-language must be." --Samwise Gamgee
*/
-/* This file contains functions for compiling a regular expresssion. See
- * also regexec.c which funnnily enough, contains functions for executing
+/* This file contains functions for compiling a regular expression. See
+ * also regexec.c which funnily enough, contains functions for executing
* a regular expression.
*/