diff options
author | Paul Green <paulg@samba.org> | 2006-04-24 10:45:06 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:16:28 -0500 |
commit | e18c9a926f43853594a00db89167f698466b10ee (patch) | |
tree | 2cd558f7e0f2b5690e32d065d90a6c2d046548a1 | |
parent | 8fca274e4748f779d8fb89c40b3ab78b56fafbcc (diff) | |
download | samba-e18c9a926f43853594a00db89167f698466b10ee.tar.gz samba-e18c9a926f43853594a00db89167f698466b10ee.tar.bz2 samba-e18c9a926f43853594a00db89167f698466b10ee.zip |
r15196: Update a comment that I found confusing (I confuse easily).
(This used to be commit eb53f01863f8f9d2980d9c2c8d27899dd39e5fa2)
-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) |