aboutsummaryrefslogtreecommitdiff
path: root/src/regex/test_regex_proofs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex/test_regex_proofs.c')
-rw-r--r--src/regex/test_regex_proofs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex/test_regex_proofs.c b/src/regex/test_regex_proofs.c
index 8908084b0..289b1183b 100644
--- a/src/regex/test_regex_proofs.c
+++ b/src/regex/test_regex_proofs.c
@@ -78,7 +78,7 @@ test_proof (const char *regex)
78 * @param count number of random regular expressions to test. 78 * @param count number of random regular expressions to test.
79 * @param rx_length length of the random regular expressions. 79 * @param rx_length length of the random regular expressions.
80 * 80 *
81 * @return 0 on succes, number of failures otherwise. 81 * @return 0 on success, number of failures otherwise.
82 */ 82 */
83static unsigned int 83static unsigned int
84test_proofs_random (unsigned int count, size_t rx_length) 84test_proofs_random (unsigned int count, size_t rx_length)