summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKir Kolyshkin <kolyshkin@gmail.com>2022-08-31 10:16:25 -0700
committerPaul Moore <paul@paul-moore.com>2022-09-19 22:26:21 -0400
commitb86e5a337fdbff13c018c4ea92a0691d779b1391 (patch)
treed9492d0c190070da907c7246a443c214717f3de5
parent3e18c414401ae185390c29aa7cf94f54b5af724c (diff)
downloadlibseccomp-b86e5a337fdbff13c018c4ea92a0691d779b1391.tar.gz
arch: fix a typo in arch-syscall-validate
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
-rwxr-xr-xsrc/arch-syscall-validate2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch-syscall-validate b/src/arch-syscall-validate
index 8eb44e8..6773b03 100755
--- a/src/arch-syscall-validate
+++ b/src/arch-syscall-validate
@@ -736,7 +736,7 @@ function dump_lib() {
# 2 "sys" or "lib" depending on the syscall list to use
# 3 csv file to use as input for saved fields
#
-# Generare a syscall csv file from the given kernel sources.
+# Generate a syscall csv file from the given kernel sources.
#
function gen_csv() {