From 930fc2a5a3fcc5e89f91ba16a6ec578f353226bc Mon Sep 17 00:00:00 2001 From: Vidush Vishwanath Date: Tue, 13 Aug 2019 09:52:58 -0700 Subject: Fix Comments for DriverEntry function (#396) --- input/kbfiltr/sys/kbfiltr.c | 2 +- input/moufiltr/moufiltr.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'input') diff --git a/input/kbfiltr/sys/kbfiltr.c b/input/kbfiltr/sys/kbfiltr.c index e0009172..ddc78326 100644 --- a/input/kbfiltr/sys/kbfiltr.c +++ b/input/kbfiltr/sys/kbfiltr.c @@ -80,7 +80,7 @@ Return Value: DebugPrint(("Built %s %s\n", __DATE__, __TIME__)); // - // Initiialize driver config to control the attributes that + // Initialize driver config to control the attributes that // are global to the driver. Note that framework by default // provides a driver unload routine. If you create any resources // in the DriverEntry and want to be cleaned in driver unload, diff --git a/input/moufiltr/moufiltr.c b/input/moufiltr/moufiltr.c index 3e97a7a1..84716db2 100644 --- a/input/moufiltr/moufiltr.c +++ b/input/moufiltr/moufiltr.c @@ -47,7 +47,7 @@ Routine Description: DebugPrint(("Mouse Filter Driver Sample - Driver Framework Edition.\n")); DebugPrint(("Built %s %s\n", __DATE__, __TIME__)); - // Initiialize driver config to control the attributes that + // Initialize driver config to control the attributes that // are global to the driver. Note that framework by default // provides a driver unload routine. If you create any resources // in the DriverEntry and want to be cleaned in driver unload, -- cgit v1.3.1