aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/bench/sched-seccomp-notify.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/bench/sched-seccomp-notify.c')
-rw-r--r--tools/perf/bench/sched-seccomp-notify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/bench/sched-seccomp-notify.c b/tools/perf/bench/sched-seccomp-notify.c
index a01c40131493..269c1f4a6852 100644
--- a/tools/perf/bench/sched-seccomp-notify.c
+++ b/tools/perf/bench/sched-seccomp-notify.c
@@ -32,7 +32,7 @@ static bool sync_mode;
static const struct option options[] = {
OPT_U64('l', "loop", &loops, "Specify number of loops"),
OPT_BOOLEAN('s', "sync-mode", &sync_mode,
- "Enable the synchronious mode for seccomp notifications"),
+ "Enable the synchronous mode for seccomp notifications"),
OPT_END()
};