From ea9e6f58601afbb2ae6d17cbb8b3551567710a91 Mon Sep 17 00:00:00 2001 From: Wang Sheng-Hui Date: Tue, 4 Aug 2015 14:10:44 +1000 Subject: [PATCH] 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 Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- tests/generic/288 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/generic/288 b/tests/generic/288 index 03688285..aed6238b 100755 --- a/tests/generic/288 +++ b/tests/generic/288 @@ -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 -- 2.39.5