From: Volker Lendecke Date: Mon, 27 Sep 2010 00:32:27 +0000 (+0200) Subject: s3: Fix some comments X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=6319e0da100f813efc12b13b805c6c59afe5ab26;p=mat%2Fsamba.git s3: Fix some comments --- 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)