From: Karel Zak Date: Wed, 29 Nov 2017 14:13:24 +0000 (+0100) Subject: fallocate: remove typo X-Git-Tag: v2.32-rc1~151 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09cb6b42c9c4b8bcfea7d18dd481beb6564157b6;p=thirdparty%2Futil-linux.git fallocate: remove typo Signed-off-by: Karel Zak --- diff --git a/sys-utils/fallocate.c b/sys-utils/fallocate.c index 4c53f85353..c6bed63ef7 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;