- Fix a typo

svn path=/trunk/; revision=40476
This commit is contained in:
Cameron Gutman 2009-04-13 03:26:18 +00:00
parent c68f8590f1
commit 167c2102bf

View file

@ -328,7 +328,7 @@ MiniIndicateReceivePacket(
LookAheadBuffer = ExAllocatePool(NonPagedPool, LookAheadSize);
if (!LookAheadSize)
if (!LookAheadBuffer)
{
NDIS_DbgPrint(MIN_TRACE, ("Failed to allocate lookahead buffer!\n"));
return;