s3: Fix some comments
authorVolker Lendecke <vl@samba.org>
Mon, 27 Sep 2010 00:32:27 +0000 (02:32 +0200)
committerVolker Lendecke <vl@samba.org>
Mon, 27 Sep 2010 16:14:47 +0000 (18:14 +0200)
source3/smbd/files.c

index 9a7c5b0e815c86867d0217783eccba30a7fbdb9e..67fd7c33e61378619ff2cfd6e6536e40da4685ef 100644 (file)
@@ -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)