summaryrefslogtreecommitdiff
path: root/tests/regression/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/regression/test.c')
-rw-r--r--tests/regression/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/regression/test.c b/tests/regression/test.c
index 9e7b83c19daf3..812893b2730ec 100644
--- a/tests/regression/test.c
+++ b/tests/regression/test.c
@@ -153,7 +153,7 @@ static void print_help(void) {
}
}
-/** Parse the arguments. Teturn 0 on success. Print help on failure. */
+/** Parse the arguments. Return 0 on success. Print help on failure. */
static int parse_args(int argc, char** argv) {
int option_index = 0;
int c;