From 52b87f63e2f98533c72aef264e066b703e9f0032 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 27 Oct 2011 13:06:32 +0200 Subject: s4:torture:smb2: fix a comment --- source4/torture/smb2/smb2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/torture/smb2/smb2.c b/source4/torture/smb2/smb2.c index 76c6e2446d..35a987e927 100644 --- a/source4/torture/smb2/smb2.c +++ b/source4/torture/smb2/smb2.c @@ -97,7 +97,7 @@ static bool wrap_simple_2smb2_test(struct torture_context *torture_ctx, ret = fn(torture_ctx, tree1, tree2); done: - /* the test may already closed some of the connections */ + /* the test may already have closed some of the connections */ talloc_free(mem_ctx); return ret; -- cgit