summaryrefslogtreecommitdiff
path: root/source4/torture/smb2/oplock.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-08-30 08:20:57 +0200
committerVolker Lendecke <vlendec@samba.org>2011-08-30 09:51:10 +0200
commitbe44c45440c19c7f88b876478db24bced227ae36 (patch)
tree98cd58c1035425f6e15c710eddfceef87d8beba5 /source4/torture/smb2/oplock.c
parent8e5adf72ebe3e7193c9e9197f5f21a075b0df78c (diff)
downloadsamba-be44c45440c19c7f88b876478db24bced227ae36.tar.gz
samba-be44c45440c19c7f88b876478db24bced227ae36.tar.bz2
samba-be44c45440c19c7f88b876478db24bced227ae36.zip
smbtorture4: Fix a typo
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Aug 30 09:51:10 CEST 2011 on sn-devel-104
Diffstat (limited to 'source4/torture/smb2/oplock.c')
-rw-r--r--source4/torture/smb2/oplock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/smb2/oplock.c b/source4/torture/smb2/oplock.c
index e5c3571f47..5b12e135b7 100644
--- a/source4/torture/smb2/oplock.c
+++ b/source4/torture/smb2/oplock.c
@@ -790,7 +790,7 @@ static bool test_smb2_oplock_exclusive6(struct torture_context *tctx,
CHECK_VAL(break_info.count, 0);
CHECK_VAL(break_info.failures, 0);
- /* Close the parent directry handle. */
+ /* Close the parent directory handle. */
ZERO_STRUCT(closeio);
closeio.in.file.handle = h;
status = smb2_close(tree1, &closeio);