summaryrefslogtreecommitdiff
path: root/src/regint.h
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2016-11-09 22:19:11 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2016-11-09 22:19:11 +0100
commitc8573389de0cd20ebaf77db034fc45ec9cbf8534 (patch)
treea8f441060dded6654aaf9069b5d51cafd5708223 /src/regint.h
parent5b8fb1cf086c9f74666eed66b2d01cdf21d73880 (diff)
parent81f65b49e828952d496c80a991397fdac96feea9 (diff)
Merge tag 'upstream/6.1.2'
Upstream version 6.1.2
Diffstat (limited to 'src/regint.h')
-rw-r--r--src/regint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regint.h b/src/regint.h
index d320e26..7a3283d 100644
--- a/src/regint.h
+++ b/src/regint.h
@@ -685,7 +685,7 @@ typedef struct _OnigStackType {
struct {
int num; /* memory num */
UChar *pstr; /* start/end position */
- /* Following information is setted, if this stack type is MEM-START */
+ /* Following information is set, if this stack type is MEM-START */
OnigStackIndex start; /* prev. info (for backtrack "(...)*" ) */
OnigStackIndex end; /* prev. info (for backtrack "(...)*" ) */
} mem;