diff options
author | Volker Lendecke <vl@samba.org> | 2010-09-27 02:32:27 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-09-27 18:14:47 +0200 |
commit | 6319e0da100f813efc12b13b805c6c59afe5ab26 (patch) | |
tree | b85682e5a938150f9fffb39ae11f3e1d0bb3d643 /source3 | |
parent | 35d9530f3b210f182815fe07b5204be664d5972a (diff) | |
download | samba-6319e0da100f813efc12b13b805c6c59afe5ab26.tar.gz samba-6319e0da100f813efc12b13b805c6c59afe5ab26.tar.bz2 samba-6319e0da100f813efc12b13b805c6c59afe5ab26.zip |
s3: Fix some comments
Diffstat (limited to 'source3')
-rw-r--r-- | source3/smbd/files.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/smbd/files.c b/source3/smbd/files.c index 9a7c5b0e81..67fd7c33e6 100644 --- a/source3/smbd/files.c +++ b/source3/smbd/files.c @@ -68,7 +68,7 @@ NTSTATUS file_new(struct smb_request *req, connection_struct *conn, /* * Make a child of the connection_struct as an fsp can't exist - * indepenedent of a connection. + * independent of a connection. */ fsp = talloc_zero(conn, struct files_struct); if (!fsp) { @@ -551,7 +551,7 @@ files_struct *file_fnum(uint16 fnum) } /**************************************************************************** - Get an fsp from a packet given the offset of a 16 bit fnum. + Get an fsp from a packet given a 16 bit fnum. ****************************************************************************/ files_struct *file_fsp(struct smb_request *req, uint16 fid) |