summaryrefslogtreecommitdiff
path: root/tests/28-sim-arch_x86.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/28-sim-arch_x86.c')
-rw-r--r--tests/28-sim-arch_x86.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/28-sim-arch_x86.c b/tests/28-sim-arch_x86.c
index e93c0a7..fa6302f 100644
--- a/tests/28-sim-arch_x86.c
+++ b/tests/28-sim-arch_x86.c
@@ -1,7 +1,7 @@
/**
* Seccomp Library test program
*
- * This test triggers a bug in libseccomp erroneously allowing the close()
+ * This test triggered a bug in libseccomp erroneously allowing the close()
* syscall on x32 instead of 'KILL'ing it, as it should do for unsupported
* architectures.
*