From 09cb6b42c9c4b8bcfea7d18dd481beb6564157b6 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 29 Nov 2017 15:13:24 +0100 Subject: fallocate: remove typo Signed-off-by: Karel Zak --- sys-utils/fallocate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-utils/fallocate.c') 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; -- cgit v1.2.3-55-g7522