WaveHdr prepare/unprepare/submit now gets handled within the context of the
[reactos.git] / reactos / lib / drivers / sound / mmebuddy / deviceinstance.c
index e6d0029..64dcbff 100644 (file)
@@ -243,7 +243,7 @@ DestroySoundDeviceInstance(
     SND_ASSERT( FunctionTable->Close );
     if ( FunctionTable->Close == NULL )
     {
     SND_ASSERT( FunctionTable->Close );
     if ( FunctionTable->Close == NULL )
     {
-        /* Bad practice, really! If you can open, why not close?! */
+        /* This indicates bad practice, really! If you can open, why not close?! */
         return MMSYSERR_NOTSUPPORTED;
     }
 
         return MMSYSERR_NOTSUPPORTED;
     }