winecoreaudio: Minor grammar fix in comment.

This commit is contained in:
Ken Thomases 2009-10-11 14:14:36 -05:00 committed by Alexandre Julliard
parent 687db1c680
commit 2245c9b1f1
1 changed files with 1 additions and 1 deletions

View File

@ -1971,7 +1971,7 @@ static DWORD widOpen(WORD wDevID, LPWAVEOPENDESC lpDesc, DWORD dwFlags)
}
/* Keep a copy of the buffer list structure (but not the buffers themselves)
* in case AudioUnitRender clobbers the original, as it won't to do. */
* in case AudioUnitRender clobbers the original, as it tends to do. */
wwi->bufferListCopy = HeapAlloc(GetProcessHeap(), 0, AUDIOBUFFERLISTSIZE(wwi->bufferList->mNumberBuffers));
if (wwi->bufferListCopy == NULL)
{