From 2245c9b1f1117d620ca9197963e55c0f73173728 Mon Sep 17 00:00:00 2001 From: Ken Thomases Date: Sun, 11 Oct 2009 14:14:36 -0500 Subject: [PATCH] winecoreaudio: Minor grammar fix in comment. --- dlls/winecoreaudio.drv/audio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/winecoreaudio.drv/audio.c b/dlls/winecoreaudio.drv/audio.c index 639c100ca46..e1c4a41630f 100644 --- a/dlls/winecoreaudio.drv/audio.c +++ b/dlls/winecoreaudio.drv/audio.c @@ -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) {