summaryrefslogtreecommitdiff
path: root/regcomp.h
diff options
context:
space:
mode:
authorLajos Veres <vlajos@gmail.com>2015-01-28 21:44:46 -0500
committerJames E Keenan <jkeenan@cpan.org>2015-01-28 21:44:46 -0500
commitb8fda9357ad61e890ce4e344b04f991b91596170 (patch)
treeb005925e74c9b5b342cb0867553fdecb1d7918a0 /regcomp.h
parentf6bab5f637fea85f01e1e1f1882ace0bd404db4c (diff)
downloadperl-b8fda9357ad61e890ce4e344b04f991b91596170.tar.gz
Corrections to spelling and grammatical errors.
Extracted from patch submitted by Lajos Veres in RT #123693.
Diffstat (limited to 'regcomp.h')
-rw-r--r--regcomp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/regcomp.h b/regcomp.h
index de31d65608..c17bf62d42 100644
--- a/regcomp.h
+++ b/regcomp.h
@@ -232,7 +232,7 @@ struct regnode_charclass_class {
* extra SV*, used only during its construction and which is not used by
* regexec.c. Note that the 'next_off' field is unused, as the SSC stands
* alone, so there is never a next node. Also, there is no alignment issue,
- * becase these are declared or allocated as a complete unit so the compiler
+ * because these are declared or allocated as a complete unit so the compiler
* takes care of alignment. This is unlike the other regnodes which are
* allocated in terms of multiples of a single-argument regnode. SSC nodes can
* have a pointer field because there is no alignment issue, and because it is