diff options
author | Jim Meyering <meyering@redhat.com> | 2011-04-02 14:03:53 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-04-02 14:22:55 +0200 |
commit | e08b3e7c08eb09ca59e1d20fe1ee217699e16edb (patch) | |
tree | 623c563dda7c5c5c3bfbc92c90646012a5282020 /tests/cp/fiemap-empty | |
parent | bfdb6b585b6842362977b8c10fe7858fb96a1dd0 (diff) | |
download | coreutils-e08b3e7c08eb09ca59e1d20fe1ee217699e16edb.tar.xz |
maint: fix a comment typo
* tests/cp/fiemap-empty: Correct typo in comment. Add "FIXME".
Diffstat (limited to 'tests/cp/fiemap-empty')
-rwxr-xr-x | tests/cp/fiemap-empty | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/fiemap-empty b/tests/cp/fiemap-empty index f1ed71c71..203619a67 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 |