summaryrefslogtreecommitdiffstats
path: root/sys-utils/fallocate.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys-utils/fallocate.c')
-rw-r--r--sys-utils/fallocate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/fallocate.c b/sys-utils/fallocate.c
index 4c53f8535..c6bed63ef 100644
--- a/sys-utils/fallocate.c
+++ b/sys-utils/fallocate.c
@@ -205,7 +205,7 @@ static void dig_holes(int fd, off_t file_off, off_t len)
buf = xmalloc(bufsz + sizeof(uintptr_t));
while (file_end == 0 || file_off < file_end) {
/*
- * Detect data area (skip exiting holes)
+ * Detect data area (skip holes)
*/
off_t end, off;