about summary refs log tree commit diff
path: root/posix/tst-posix_fadvise-common.c
diff options
context:
space:
mode:
Diffstat (limited to 'posix/tst-posix_fadvise-common.c')
-rw-r--r--posix/tst-posix_fadvise-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/tst-posix_fadvise-common.c b/posix/tst-posix_fadvise-common.c
index fb461d30d2..2a4e4d6a7f 100644
--- a/posix/tst-posix_fadvise-common.c
+++ b/posix/tst-posix_fadvise-common.c
@@ -53,7 +53,7 @@ do_prepare (int argc, char **argv)
     FAIL_EXIT1 ("cannot open fifo: %m");
 }
 
-/* Effectivelly testing posix_fadvise is hard because side effects are not
+/* Effectively testing posix_fadvise is hard because side effects are not
    observed without checking either performance or any kernel specific
    supplied information.  Also, the syscall is meant to be an advisory,
    so the kernel is free to use this information in any way it deems fit,