diff mbox

[4/4] common: fix comment about _require_test

Message ID 1418318171-5892-5-git-send-email-eguan@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Eryu Guan Dec. 11, 2014, 5:16 p.m. UTC
_require_test will mount test dev if not mounted, fix the comment to
reflect that.

Signed-off-by: Eryu Guan <eguan@redhat.com>
---
 common/rc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Josef Bacik Dec. 11, 2014, 6:28 p.m. UTC | #1
On 12/11/2014 12:16 PM, Eryu Guan wrote:
> _require_test will mount test dev if not mounted, fix the comment to
> reflect that.
>
> Signed-off-by: Eryu Guan <eguan@redhat.com>

Reviewed-by: Josef Bacik <jbacik@fb.com>

Thanks,

Josef

--
To unsubscribe from this list: send the line "unsubscribe fstests" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/common/rc b/common/rc
index d5e3aff..9a4da56 100644
--- a/common/rc
+++ b/common/rc
@@ -1104,7 +1104,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()
 {