summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/RegExp.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/RegExp.cc b/utils/RegExp.cc
index 4fdc030..99f7db3 100644
--- a/utils/RegExp.cc
+++ b/utils/RegExp.cc
@@ -17,7 +17,7 @@
/*?class CcuRegExp
The class \typ{CcuRegExp} was designed to encapsulate regular expression management,
-implemented by \fun{re_comp} and \fun{re_exec}, or \fun{regcmp} and \fun{regex},
+implemented by \fun{re\_comp} and \fun{re\_exec}, or \fun{regcmp} and \fun{regex},
depending on the operating system. The standard usage consists in initializing
a \typ{CcuRegExp}, then compiling it, and finally match strings against it.
?*/