diff options
-rw-r--r-- | source4/torture/smb2/oplock.c | 2 |
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); |