smbd: fix a comment typo.
authorMichael Adam <obnox@samba.org>
Sun, 21 Sep 2014 07:32:53 +0000 (09:32 +0200)
committerMichael Adam <obnox@samba.org>
Sun, 21 Sep 2014 20:43:55 +0000 (22:43 +0200)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User(master): Michael Adam <obnox@samba.org>
Autobuild-Date(master): Sun Sep 21 22:43:55 CEST 2014 on sn-devel-104

source3/smbd/smb2_break.c

index ec20f8bd6c8634a3c790e6a6c02081bdb9e4338c..5c079ecdc7c993fe8c87a66f7b2ec9298d7908b7 100644 (file)
@@ -240,7 +240,7 @@ void send_break_message_smb2(files_struct *fsp, int level)
 
        /*
         * TODO: in future we should have a better algorithm
-        * to find the correct connection for an break message.
+        * to find the correct connection for a break message.
         * Then we also need some retries if a channel gets disconnected.
         */
        xconn = fsp->conn->sconn->client->connections;