From 6319e0da100f813efc12b13b805c6c59afe5ab26 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 27 Sep 2010 02:32:27 +0200 Subject: s3: Fix some comments --- source3/smbd/files.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3') 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) -- cgit