aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/tst-fallocate-common.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/linux/tst-fallocate-common.c')
-rw-r--r--sysdeps/unix/sysv/linux/tst-fallocate-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/tst-fallocate-common.c b/sysdeps/unix/sysv/linux/tst-fallocate-common.c
index 01258a5..6eb4e5c 100644
--- a/sysdeps/unix/sysv/linux/tst-fallocate-common.c
+++ b/sysdeps/unix/sysv/linux/tst-fallocate-common.c
@@ -89,7 +89,7 @@ do_test_with_offset (off_t offset)
FAIL_EXIT1 ("fail trying to read " XSTR (BLK_SIZE) " bytes");
if (memcmp (bwrite, bread, BLK_SIZE) != 0)
- FAIL_EXIT1 ("buffer written different than buffer readed");
+ FAIL_EXIT1 ("buffer written different from buffer read");
return 0;
}