From 42ee96982a76e8e52bed820c5e3ea91a66220b5c Mon Sep 17 00:00:00 2001 From: Xiaoyin Liu Date: Mon, 24 Sep 2018 10:32:30 -0700 Subject: Fix typo in ioctl/kmdf/exe/testapp.c (#288) --- general/ioctl/kmdf/exe/testapp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/general/ioctl/kmdf/exe/testapp.c b/general/ioctl/kmdf/exe/testapp.c index 4e230124..6626f00c 100644 --- a/general/ioctl/kmdf/exe/testapp.c +++ b/general/ioctl/kmdf/exe/testapp.c @@ -284,7 +284,7 @@ main( } // - // The driver is not started yet so let us the install the driver. + // The driver is not started yet so let us install the driver. // First setup full path to driver name. // ok = SetupDriverName( driverLocation, MAX_PATH ); -- cgit v1.3.1