From: Michael Adam Date: Thu, 1 Nov 2012 16:55:59 +0000 (+0100) Subject: s3:smbd:smb2: fix a comment typo in the crediting code. X-Git-Url: http://git.samba.org/?p=obnox%2Fsamba%2Fsamba-obnox.git;a=commitdiff_plain;h=7bd0e5ed48b1e7c9ffcecd22ecc752c9126e6767 s3:smbd:smb2: fix a comment typo in the crediting code. Signed-off-by: Michael Adam --- diff --git a/source3/smbd/smb2_server.c b/source3/smbd/smb2_server.c index d92302ede5c..8cf3a04dfe9 100644 --- a/source3/smbd/smb2_server.c +++ b/source3/smbd/smb2_server.c @@ -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.