Spelling stuff.

diff --git a/dlls/dplayx/dplay.c b/dlls/dplayx/dplay.c
index d06fdaf..5410f52 100644
--- a/dlls/dplayx/dplay.c
+++ b/dlls/dplayx/dplay.c
@@ -3723,11 +3723,13 @@
       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,
diff --git a/dlls/user/user_main.c b/dlls/user/user_main.c
index bb1b475..b0a47f4 100644
--- a/dlls/user/user_main.c
+++ b/dlls/user/user_main.c
@@ -223,7 +223,7 @@
     tweak_init();
     if (!load_driver()) return FALSE;
 
-    /* Initialize system colors and metrics*/
+    /* Initialize system colors and metrics */
     SYSMETRICS_Init();
     SYSCOLOR_Init();
 
diff --git a/dlls/wineps/ppd.c b/dlls/wineps/ppd.c
index 7b017ac..d0088cd 100644
--- a/dlls/wineps/ppd.c
+++ b/dlls/wineps/ppd.c
@@ -548,7 +548,7 @@
     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);