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) --- pofx/WDF/Driver/SingleComp/driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pofx/WDF/Driver/SingleComp') diff --git a/pofx/WDF/Driver/SingleComp/driver.c b/pofx/WDF/Driver/SingleComp/driver.c index cd7b6dd1..ad3b7d43 100644 --- a/pofx/WDF/Driver/SingleComp/driver.c +++ b/pofx/WDF/Driver/SingleComp/driver.c @@ -79,7 +79,7 @@ Return Value: WPP_INIT_TRACING(DriverObject, RegistryPath); // - // Initiialize driver config to control the attributes that are global to + // Initialize driver config to control the attributes that are global to // the driver. Note that framework by default provides a driver unload // routine. If DriverEntry creates any resources that require clean-up in // driver unload, you can manually override the default by supplying a -- cgit v1.3.1