generic/288: correct the testcase description

The testcase tests 2 corner cases:
    Length is zero
    Length is smaller than block size
Correct the beginning description by changing "of" to "or".

Signed-off-by: Wang Sheng-Hui <shhuiw@foxmail.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
Wang Sheng-Hui
2015-08-04 14:10:44 +10:00
committed by Dave Chinner
parent dce54db084
commit ea9e6f5860
+1 -1
View File
@@ -2,7 +2,7 @@
# FS QA Test No. 288
#
# This check the FITRIM argument handling in the corner case where length is
# smaller than block size of zero.
# smaller than block size or zero.
#
#-----------------------------------------------------------------------
# Copyright 2012 (C) Red Hat, Inc., Lukas Czerner <lczerner@redhat.com>