aboutsummaryrefslogtreecommitdiff
path: root/memcheck/tests/post-syscall.c
diff options
context:
space:
mode:
Diffstat (limited to 'memcheck/tests/post-syscall.c')
-rw-r--r--memcheck/tests/post-syscall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/memcheck/tests/post-syscall.c b/memcheck/tests/post-syscall.c
index cc473503e..6655ab498 100644
--- a/memcheck/tests/post-syscall.c
+++ b/memcheck/tests/post-syscall.c
@@ -9,7 +9,7 @@
/* Check that a syscall's POST function gets called if it completes
due to being interrupted. nanosleep is used here, because it
writes a result even if it fails. wait*() could also be used,
- because they successully complete if interrupted by SIGCHLD.
+ because they successfully complete if interrupted by SIGCHLD.
*/
static void handler(int s)
{