diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2011-11-15 18:37:37 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2011-11-15 18:37:37 +0100 |
commit | c7015153512a7d00aba390cc1f9a6b512a9c9ed7 (patch) | |
tree | 273167d1dbfc68a60ad4c195b9cd0bcfae9a302d /src/regex.c | |
parent | dcecfb4cb41ffa672672f55df8ce20deb7af78c4 (diff) |
Fix typos.
Diffstat (limited to 'src/regex.c')
-rw-r--r-- | src/regex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex.c b/src/regex.c index ccbad58abb..b7699378f5 100644 --- a/src/regex.c +++ b/src/regex.c @@ -637,7 +637,7 @@ typedef enum on_failure_jump_nastyloop, /* A smart `on_failure_jump' used for greedy * and + operators. - It analyses the loop before which it is put and if the + It analyzes the loop before which it is put and if the loop does not require backtracking, it changes itself to `on_failure_keep_string_jump' and short-circuits the loop, else it just defaults to changing itself into `on_failure_jump'. |