diff options
author | Volker Lendecke <vl@samba.org> | 2013-09-22 17:19:09 -0700 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2013-10-06 13:54:58 +0200 |
commit | b40fcf3f17e4ed9dde31dff73e4669d867753941 (patch) | |
tree | 02ee873f162a75a2cd4f7cb3a86effe0c0662ff9 /source4/torture | |
parent | c134a37df3084d794267730612e38451887a2fc2 (diff) | |
download | samba-b40fcf3f17e4ed9dde31dff73e4669d867753941.tar.gz samba-b40fcf3f17e4ed9dde31dff73e4669d867753941.tar.bz2 samba-b40fcf3f17e4ed9dde31dff73e4669d867753941.zip |
torture: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/raw/streams.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/raw/streams.c b/source4/torture/raw/streams.c index 1611c642b4..cbb7dcf69d 100644 --- a/source4/torture/raw/streams.c +++ b/source4/torture/raw/streams.c @@ -478,7 +478,7 @@ done: * A stream held open with FILE_SHARE_DELETE allows the file to be * deleted. After the main file is deleted, access to the open file descriptor * still works, but all name-based access to both the main file as well as the - * stream is denied with DELETE ending. + * stream is denied with DELETE pending. * * This means, an open of the main file with SEC_STD_DELETE should walk all * streams and also open them with SEC_STD_DELETE. If any of these opens gives |