summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--general/ioctl/kmdf/exe/testapp.c2
1 files changed, 1 insertions, 1 deletions
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 );