Commit 012478c9 authored by Andreas Mohr's avatar Andreas Mohr Committed by Alexandre Julliard

Spelling stuff.

parent 3009185c
......@@ -3723,11 +3723,13 @@ static HRESULT WINAPI DirectPlay3AImpl_EnumConnections
dpName.u2.lpszLongNameA = NULL;
/* Create the compound address for the service provider.
NOTE: This is a gruesome architectural scar right now. DP uses DPL and DPL uses DP
nast stuff. This may be why the native dll just gets around this little bit by
allocating an 80 byte buffer which isn't even a filled with a valid compound
address. Oh well. Creating a proper compound address is the way to go anyways
despite this method taking slightly more heap space and realtime :) */
* NOTE: This is a gruesome architectural scar right now. DP
* uses DPL and DPL uses DP. Nasty stuff. This may be why the
* native dll just gets around this little bit by allocating an
* 80 byte buffer which isn't even filled with a valid compound
* address. Oh well. Creating a proper compound address is the
* way to go anyways despite this method taking slightly more
* heap space and realtime :) */
bBuildPass = DP_BuildSPCompoundAddr( &serviceProviderGUID,
&lpAddressBuffer,
......
......@@ -223,7 +223,7 @@ static BOOL process_attach(void)
tweak_init();
if (!load_driver()) return FALSE;
/* Initialize system colors and metrics*/
/* Initialize system colors and metrics */
SYSMETRICS_Init();
SYSCOLOR_Init();
......
......@@ -548,7 +548,7 @@ PPD *PSDRV_ParsePPD(char *fname)
PPD *ppd;
PPDTuple tuple;
TRACE("%s\n", fname);
TRACE("file '%s'\n", fname);
if((fp = fopen(fname, "r")) == NULL) {
WARN("Couldn't open ppd file '%s'\n", fname);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment