From e18c9a926f43853594a00db89167f698466b10ee Mon Sep 17 00:00:00 2001 From: Paul Green Date: Mon, 24 Apr 2006 10:45:06 +0000 Subject: r15196: Update a comment that I found confusing (I confuse easily). (This used to be commit eb53f01863f8f9d2980d9c2c8d27899dd39e5fa2) --- source3/smbd/dir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/smbd/dir.c b/source3/smbd/dir.c index cd6c1b0bda..27a4182c22 100644 --- a/source3/smbd/dir.c +++ b/source3/smbd/dir.c @@ -719,7 +719,7 @@ struct dptr_struct *dptr_fetch_lanman2(int dptr_num) } /**************************************************************************** - Check a filetype for being valid. + Check that a file matches a particular file type. ****************************************************************************/ BOOL dir_check_ftype(connection_struct *conn, uint32 mode, uint32 dirtype) -- cgit