summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorManabu Sugimoto <Manabu.Sugimoto@sony.com>2022-01-05 01:17:40 +0900
committerPaul Moore <paul@paul-moore.com>2022-01-05 17:48:36 -0500
commit307e250bbe11567ca7401a2e28f8920cd3408626 (patch)
treef2c5456fd63082578a89d64694ed04ca91b72d22 /tests
parent3bb1f92ee0876f07c19253065c27166aa60e2fb6 (diff)
downloadlibseccomp-307e250bbe11567ca7401a2e28f8920cd3408626.tar.gz
doc,pyx,tests: Fix some typos
Signed-off-by: Manabu Sugimoto <Manabu.Sugimoto@sony.com> Reviewed-by: Tom Hromatka <tom.hromatka@oracle.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/regression4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/regression b/tests/regression
index d28b848..746cea9 100755
--- a/tests/regression
+++ b/tests/regression
@@ -567,7 +567,7 @@ function run_test_bpf_sim() {
# if ranges exist, the following will loop through all syscall
# and arg ranges and generate/run every combination of requested
- # tests; if no ranges were specifed, then the single test is
+ # tests; if no ranges were specified, then the single test is
# run
for sys in $(get_seq $low_syscall $high_syscall); do
for arg0 in $(get_seq ${low_arg[0]} ${high_arg[0]}); do
@@ -628,7 +628,7 @@ function run_test_bpf_sim() {
return
fi
- # simulate the specifed syscall against the BPF filter
+ # simulate the specified syscall against the BPF filter
# and verify the results
action=$($GLBL_SYS_SIM -a $simarch -f $tmpfile \
-s $sys ${arg[0]} ${arg[1]} ${arg[2]} \