OSDN Git Service

tests: correct a comment
authorJim Meyering <meyering@redhat.com>
Thu, 26 Nov 2009 22:00:47 +0000 (23:00 +0100)
committerJim Meyering <meyering@redhat.com>
Mon, 30 Nov 2009 17:40:30 +0000 (18:40 +0100)
* tests/t9020-alignment.sh: Correct a comment.

tests/t9020-alignment.sh

index f59d6ae..277fd47 100755 (executable)
@@ -47,7 +47,7 @@ scsi_dev=$(cat dev-name)
 
 fail=0
 
-# create partition table and print
+# print alignment info
 "$abs_srcdir/print-align" $scsi_dev > out 2>&1 || fail=1
 
 compare out exp || fail=1