Spelling stuff.

This commit is contained in:
Andreas Mohr 2002-05-20 18:01:44 +00:00 committed by Alexandre Julliard
parent 3009185c0a
commit 012478c9d3
3 changed files with 9 additions and 7 deletions

View File

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

View File

@ -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();

View File

@ -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);