maint: fix a comment typo
authorJim Meyering <meyering@redhat.com>
Sat, 2 Apr 2011 12:03:53 +0000 (14:03 +0200)
committerJim Meyering <meyering@redhat.com>
Sat, 2 Apr 2011 12:22:55 +0000 (14:22 +0200)
* tests/cp/fiemap-empty: Correct typo in comment.  Add "FIXME".

tests/cp/fiemap-empty

index f1ed71c..203619a 100755 (executable)
@@ -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