diff options
author | Michael Adam <obnox@samba.org> | 2011-10-27 13:06:32 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-10-28 01:00:01 +0200 |
commit | 52b87f63e2f98533c72aef264e066b703e9f0032 (patch) | |
tree | 216942bae4ac67f512f1c0e29665411b0cede054 /source4 | |
parent | b343a60ad71a3a6427e62e9f3763e4762fa98544 (diff) | |
download | samba-52b87f63e2f98533c72aef264e066b703e9f0032.tar.gz samba-52b87f63e2f98533c72aef264e066b703e9f0032.tar.bz2 samba-52b87f63e2f98533c72aef264e066b703e9f0032.zip |
s4:torture:smb2: fix a comment
Diffstat (limited to 'source4')
-rw-r--r-- | source4/torture/smb2/smb2.c | 2 |
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; |