mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Fix typo.
svn path=/trunk/; revision=58545
This commit is contained in:
@@ -610,7 +610,7 @@ CUSBQueue::UnlinkQueueHeadChain(
|
||||
|
||||
if (Entry == &HeadQueueHead->LinkedQueueHeads)
|
||||
{
|
||||
DPRINT1("Warnnig; Only %lu QueueHeads in HeadQueueHead\n", Index);
|
||||
DPRINT1("Warning; Only %lu QueueHeads in HeadQueueHead\n", Index);
|
||||
Count = Index + 1;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user