diff options
author | David Tardon <dtardon@redhat.com> | 2012-08-06 06:46:06 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-08-06 06:46:06 +0200 |
commit | 591395a832aba635f9c8cf4e71a3558f14f41a37 (patch) | |
tree | b63fb82ddcefda9cc53186d6f6ee3080ca720284 /regexp | |
parent | 1e2964e55e6fc791b911998ca710a9f174c3d1ef (diff) |
add accidentally removed */
Change-Id: I876a229f623ac53f994570297eb51248997b0a92
Diffstat (limited to 'regexp')
-rw-r--r-- | regexp/inc/regexp/reclass.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regexp/inc/regexp/reclass.hxx b/regexp/inc/regexp/reclass.hxx index 1b1f6d9c7643..f61112dbe58b 100644 --- a/regexp/inc/regexp/reclass.hxx +++ b/regexp/inc/regexp/reclass.hxx @@ -199,7 +199,7 @@ typedef enum on_failure_keep_string_jump, /** Throw away latest failure point and then - jump to following two-byte relative address. + jump to following two-byte relative address. */ pop_failure_jump, /** Change to pop_failure_jump if know won't have to backtrack to match; |