diff options
Diffstat (limited to 'Modules/regexpr.c')
-rw-r--r-- | Modules/regexpr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/regexpr.c b/Modules/regexpr.c index 98fa04c..70b7ee1 100644 --- a/Modules/regexpr.c +++ b/Modules/regexpr.c @@ -124,7 +124,7 @@ typedef struct match_state /* Structure to encapsulate the stack. */ struct { - /* index into the curent page. If index == 0 and you need + /* index into the current page. If index == 0 and you need * to pop an item, move to the previous page and set index * = STACK_PAGE_SIZE - 1. Otherwise decrement index to * push a page. If index == STACK_PAGE_SIZE and you need |