summaryrefslogtreecommitdiff
path: root/tests/regression/test.c
diff options
context:
space:
mode:
authorConrad Meyer <cem@FreeBSD.org>2019-04-19 00:31:04 +0000
committerConrad Meyer <cem@FreeBSD.org>2019-04-19 00:31:04 +0000
commit3f774a5e86430d45c78443d234a90ee54582564f (patch)
tree2ba6d7db94738038417c7384773435b12fbc5265 /tests/regression/test.c
parentaf73257b093737838d6086890c91f6ec13291ea7 (diff)
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;