[ros-diffs] [cwittich] 27414: fix some typos in the comments

cwittich at svn.reactos.org cwittich at svn.reactos.org
Fri Jul 6 01:29:55 CEST 2007


Author: cwittich
Date: Fri Jul  6 03:29:54 2007
New Revision: 27414

URL: http://svn.reactos.org/svn/reactos?rev=27414&view=rev
Log:
fix some typos in the comments

Modified:
    trunk/reactos/drivers/video/videoprt/videoprt.c

Modified: trunk/reactos/drivers/video/videoprt/videoprt.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/video/videoprt/videoprt.c?rev=27414&r1=27413&r2=27414&view=diff
==============================================================================
--- trunk/reactos/drivers/video/videoprt/videoprt.c (original)
+++ trunk/reactos/drivers/video/videoprt/videoprt.c Fri Jul  6 03:29:54 2007
@@ -713,7 +713,7 @@
          return STATUS_UNSUCCESSFUL;
    }
 
-   /* add no PNP bus here, add more bus type if it need it */
+   /* add no PNP bus here, add more bus type if it needed */
    if ( (HwInitializationData->AdapterInterfaceType == 0) ||
         (HwInitializationData->AdapterInterfaceType == -1) )
 
@@ -739,7 +739,7 @@
 
       if (HwInitializationData->HwInitDataSize != SIZE_OF_NT4_VIDEO_HW_INITIALIZATION_DATA)
       {
-          /* power manger */
+          /* power management */
           DriverObject->MajorFunction[IRP_MJ_POWER] = IntVideoPortDispatchPower;
       }
       Status = IntVideoPortCreateAdapterDeviceObject(DriverObject, DriverExtension,




More information about the Ros-diffs mailing list