diff options
-rw-r--r-- | source3/smbd/dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |