Assorted spelling fixes.
This commit is contained in:
parent
f63cdea40a
commit
0eb6e40720
|
@ -33,7 +33,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(dbgeng);
|
||||||
* Initializing Debug Engine
|
* Initializing Debug Engine
|
||||||
*
|
*
|
||||||
* PARAMS
|
* PARAMS
|
||||||
* pVersion [O] Recieving the version of extension
|
* pVersion [O] Receiving the version of extension
|
||||||
* pFlags [O] Reserved
|
* pFlags [O] Reserved
|
||||||
*
|
*
|
||||||
* RETURNS
|
* RETURNS
|
||||||
|
|
|
@ -137,7 +137,7 @@ static void DSoundRender_UpdatePositions(DSoundRenderImpl *This, DWORD *seqwrite
|
||||||
if (!writepos_set || old_writepos < writepos) {
|
if (!writepos_set || old_writepos < writepos) {
|
||||||
if (writepos_set) {
|
if (writepos_set) {
|
||||||
This->writepos = This->buf_size;
|
This->writepos = This->buf_size;
|
||||||
FIXME("Underrun of data occured!\n");
|
FIXME("Underrun of data occurred!\n");
|
||||||
}
|
}
|
||||||
*seqwritepos = writepos;
|
*seqwritepos = writepos;
|
||||||
} else
|
} else
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Quality Control Interfaces
|
* Quality Control Interfaces
|
||||||
*
|
*
|
||||||
* Copyright 2010 Maarten Lankhorst for Codeweavers
|
* Copyright 2010 Maarten Lankhorst for CodeWeavers
|
||||||
*
|
*
|
||||||
* rendering qos functions based on, the original can be found at
|
* rendering qos functions based on, the original can be found at
|
||||||
* gstreamer/libs/gst/base/gstbasesink.c which has copyright notice:
|
* gstreamer/libs/gst/base/gstbasesink.c which has copyright notice:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Directshow filter for Quicktime Toolkit on mac OS/X
|
* DirectShow filter for QuickTime Toolkit on Mac OS X
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Aric Stewart, CodeWeavers
|
* Copyright (C) 2010 Aric Stewart, CodeWeavers
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue