summaryrefslogtreecommitdiff
path: root/source4/torture
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-10-27 13:06:32 +0200
committerMichael Adam <obnox@samba.org>2011-10-28 01:00:01 +0200
commit52b87f63e2f98533c72aef264e066b703e9f0032 (patch)
tree216942bae4ac67f512f1c0e29665411b0cede054 /source4/torture
parentb343a60ad71a3a6427e62e9f3763e4762fa98544 (diff)
downloadsamba-52b87f63e2f98533c72aef264e066b703e9f0032.tar.gz
samba-52b87f63e2f98533c72aef264e066b703e9f0032.tar.bz2
samba-52b87f63e2f98533c72aef264e066b703e9f0032.zip
s4:torture:smb2: fix a comment
Diffstat (limited to 'source4/torture')
-rw-r--r--source4/torture/smb2/smb2.c2
1 files changed, 1 insertions, 1 deletions
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;