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/vid…
==============================================================================
--- 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,