Assorted spelling fixes.

This commit is contained in:
Francois Gouget 2010-12-11 14:25:28 +01:00 committed by Alexandre Julliard
parent f63cdea40a
commit 0eb6e40720
6 changed files with 6 additions and 6 deletions

View file

@ -33,7 +33,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(dbgeng);
* Initializing Debug Engine
*
* PARAMS
* pVersion [O] Recieving the version of extension
* pVersion [O] Receiving the version of extension
* pFlags [O] Reserved
*
* RETURNS

View file

@ -784,7 +784,7 @@ cl_int WINAPI wine_clEnqueueNativeKernel(cl_command_queue command_queue,
/* FIXME: There appears to be no obvious method for translating the ABI for user_func.
* There is no opaque user_data structure passed, that could encapsulate the return address.
* The OpenCL specification seems to indicate that args has an implementation specific
* structure that can not be used to stash away a return address for the WINAPI user_func.
* structure that cannot be used to stash away a return address for the WINAPI user_func.
*/
#if 0
ret = clEnqueueNativeKernel(command_queue, user_func, args, cb_args, num_mem_objects, mem_list, args_mem_loc,

View file

@ -137,7 +137,7 @@ static void DSoundRender_UpdatePositions(DSoundRenderImpl *This, DWORD *seqwrite
if (!writepos_set || old_writepos < writepos) {
if (writepos_set) {
This->writepos = This->buf_size;
FIXME("Underrun of data occured!\n");
FIXME("Underrun of data occurred!\n");
}
*seqwritepos = writepos;
} else

View file

@ -1,7 +1,7 @@
/*
* 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
* gstreamer/libs/gst/base/gstbasesink.c which has copyright notice:

View file

@ -276,7 +276,7 @@ HRESULT WINAPI WerReportCreate(PCWSTR eventtype, WER_REPORT_TYPE reporttype, PWE
*
* PARAMS
* hreport [i] error reporting handle to add the parameter
* id [i] parameter to set (WER_P0 upto WER_P9)
* id [i] parameter to set (WER_P0 up to WER_P9)
* name [i] optional name of the parameter
* value [i] value of the parameter
*

View file

@ -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
*