From b40fcf3f17e4ed9dde31dff73e4669d867753941 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 22 Sep 2013 17:19:09 -0700 Subject: torture: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Stefan Metzmacher --- source4/torture/raw/streams.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') 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 -- cgit