winecoreaudio: Minor grammar fix in comment.
This commit is contained in:
parent
687db1c680
commit
2245c9b1f1
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue