summaryrefslogtreecommitdiff
path: root/regexp
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-08-06 06:46:06 +0200
committerDavid Tardon <dtardon@redhat.com>2012-08-06 06:46:06 +0200
commit591395a832aba635f9c8cf4e71a3558f14f41a37 (patch)
treeb63fb82ddcefda9cc53186d6f6ee3080ca720284 /regexp
parent1e2964e55e6fc791b911998ca710a9f174c3d1ef (diff)
add accidentally removed */
Change-Id: I876a229f623ac53f994570297eb51248997b0a92
Diffstat (limited to 'regexp')
-rw-r--r--regexp/inc/regexp/reclass.hxx2
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;