From: Jim Meyering Date: Sat, 2 Apr 2011 12:03:53 +0000 (+0200) Subject: maint: fix a comment typo X-Git-Tag: v8.11~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e08b3e7c08eb09ca59e1d20fe1ee217699e16edb;p=thirdparty%2Fcoreutils.git maint: fix a comment typo * tests/cp/fiemap-empty: Correct typo in comment. Add "FIXME". --- diff --git a/tests/cp/fiemap-empty b/tests/cp/fiemap-empty index f1ed71c711..203619a67d 100755 --- a/tests/cp/fiemap-empty +++ b/tests/cp/fiemap-empty @@ -50,7 +50,7 @@ rm empty.big cp.test # Ensure we handle extents beyond file size correctly. # Note until we support fallocate, we will not maintain -# the file allocation. Ammend this test when fallocate is supported +# the file allocation. FIXME: amend this test when fallocate is supported. fallocate -l 10000000 -n unwritten.withdata || framework_failure dd count=10 if=/dev/urandom conv=notrunc iflag=fullblock of=unwritten.withdata cp unwritten.withdata cp.test || fail=1