From 7b7e4497be9b3f03078802c84aba435a7a5ffe3b Mon Sep 17 00:00:00 2001 From: Eryu Guan Date: Fri, 12 Dec 2014 11:26:45 +1100 Subject: [PATCH] common: fix comment about _require_test _require_test will mount test dev if not mounted, fix the comment to reflect that. Signed-off-by: Eryu Guan Reviewed-by: Josef Bacik Signed-off-by: Dave Chinner --- common/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/rc b/common/rc index 28ccb6de..68a35138 100644 --- a/common/rc +++ b/common/rc @@ -1112,7 +1112,7 @@ _require_scratch() } -# this test needs a test partition - check we're ok & unmount it +# this test needs a test partition - check we're ok & mount it # _require_test() { -- 2.39.5