Ken Thomases : winecoreaudio: Minor grammar fix in comment.

Alexandre Julliard julliard at winehq.org
Mon Oct 12 11:19:42 CDT 2009


Module: wine
Branch: master
Commit: 2245c9b1f1117d620ca9197963e55c0f73173728
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=2245c9b1f1117d620ca9197963e55c0f73173728

Author: Ken Thomases <ken at codeweavers.com>
Date:   Sun Oct 11 14:14:36 2009 -0500

winecoreaudio: Minor grammar fix in comment.

---

 dlls/winecoreaudio.drv/audio.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/winecoreaudio.drv/audio.c b/dlls/winecoreaudio.drv/audio.c
index 639c100..e1c4a41 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)
     {




More information about the wine-cvs mailing list