]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
fallocate: remove typo
authorKarel Zak <kzak@redhat.com>
Wed, 29 Nov 2017 14:13:24 +0000 (15:13 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 29 Nov 2017 14:13:24 +0000 (15:13 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/fallocate.c

index 4c53f85353e6d357a83182cc470425423195e0d8..c6bed63ef7698eb1f07d9d6727c40587f6f0516c 100644 (file)
@@ -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;