On Tue, Feb 04, 2025 at 02:46:12PM +0100, Christoph Hellwig wrote: > Signed-off-by: Christoph Hellwig <hch@xxxxxx> Looks ok, Reviewed-by: "Darrick J. Wong" <djwong@xxxxxxxxxx> --D > --- > common/rc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/common/rc b/common/rc > index 4658e3b8be74..6840bb1dfa10 100644 > --- a/common/rc > +++ b/common/rc > @@ -2473,7 +2473,7 @@ _require_zoned_device() > > local type=`_zone_type ${target}` > if [ "${type}" = "none" ]; then > - _notrun "this test require zoned block device" > + _notrun "this test requires a zoned block device" > fi > } > > -- > 2.45.2 > >