s3:smbd:smb2: fix a comment typo in the crediting code.
authorMichael Adam <obnox@samba.org>
Thu, 1 Nov 2012 16:55:59 +0000 (17:55 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 1 Nov 2012 16:57:49 +0000 (17:57 +0100)
Signed-off-by: Michael Adam <obnox@samba.org>
source3/smbd/smb2_server.c

index d92302ede5cba9fb1fbf09b2fbfd415ab545b7c8..8cf3a04dfe9ccdb7197079b7aef5d2e3b42f9bb7 100644 (file)
@@ -757,7 +757,7 @@ static void smb2_set_operation_credit(struct smbd_server_connection *sconn,
         *
         * Windows also starts with the 1/16th and then grants
         * more later. I was only able to trigger higher
-        * values, when using a verify high credit charge.
+        * values, when using a very high credit charge.
         *
         * TODO: scale up depending one load, free memory
         *       or other stuff.