From 92128ef797c262678513dfdf7bb5dfb2f4b72831 Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Thu, 5 Jul 2007 23:29:54 +0000 Subject: [PATCH] fix some typos in the comments svn path=/trunk/; revision=27414 --- reactos/drivers/video/videoprt/videoprt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/drivers/video/videoprt/videoprt.c b/reactos/drivers/video/videoprt/videoprt.c index f55f8a0a7b9..9b2981dc361 100644 --- a/reactos/drivers/video/videoprt/videoprt.c +++ b/reactos/drivers/video/videoprt/videoprt.c @@ -713,7 +713,7 @@ VideoPortInitialize( 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 @@ VideoPortInitialize( if (HwInitializationData->HwInitDataSize != SIZE_OF_NT4_VIDEO_HW_INITIALIZATION_DATA) { - /* power manger */ + /* power management */ DriverObject->MajorFunction[IRP_MJ_POWER] = IntVideoPortDispatchPower; } Status = IntVideoPortCreateAdapterDeviceObject(DriverObject, DriverExtension,