aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regex_test_random.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex/regex_test_random.c')
-rw-r--r--src/regex/regex_test_random.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex/regex_test_random.c b/src/regex/regex_test_random.c
index 02d59f5dc..823563d4d 100644
--- a/src/regex/regex_test_random.c
+++ b/src/regex/regex_test_random.c
@@ -55,7 +55,7 @@ get_random_literal ()
55 * @param matching_str (optional) pointer to a string that will contain a string 55 * @param matching_str (optional) pointer to a string that will contain a string
56 * that will be matched by the generated regex, if 56 * that will be matched by the generated regex, if
57 * 'matching_str' pointer was not NULL. Make sure you 57 * 'matching_str' pointer was not NULL. Make sure you
58 * allocated at least rx_length+1 bytes for this sting. 58 * allocated at least rx_length+1 bytes for this string.
59 * 59 *
60 * @return NULL if 'rx_length' is 0, a random regex of length 'rx_length', which 60 * @return NULL if 'rx_length' is 0, a random regex of length 'rx_length', which
61 * needs to be freed, otherwise. 61 * needs to be freed, otherwise.