--- embedaddon/php/ext/mysqlnd/mysqlnd_net.c 2013/07/22 01:31:56 1.1.1.3 +++ embedaddon/php/ext/mysqlnd/mysqlnd_net.c 2013/10/14 08:02:25 1.1.1.4 @@ -18,7 +18,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: mysqlnd_net.c,v 1.1.1.3 2013/07/22 01:31:56 misho Exp $ */ +/* $Id: mysqlnd_net.c,v 1.1.1.4 2013/10/14 08:02:25 misho Exp $ */ #include "php.h" #include "php_globals.h" #include "mysqlnd.h" @@ -758,7 +758,7 @@ MYSQLND_METHOD(mysqlnd_net, consume_uneaten_data)(MYSQ /* Switch to non-blocking mode and try to consume something from the line, if possible, then continue. This saves us from looking for - the actuall place where out-of-order packets have been sent. + the actual place where out-of-order packets have been sent. If someone is completely sure that everything is fine, he can switch it off. */