diff options
| author | Xiaoyin Liu <[email protected]> | 2018-09-24 10:32:30 -0700 |
|---|---|---|
| committer | Adonais Romero González <[email protected]> | 2018-09-24 10:32:30 -0700 |
| commit | 42ee96982a76e8e52bed820c5e3ea91a66220b5c (patch) | |
| tree | a98b7e536e624d437efdb3521db4c4092c61a4d5 | |
| parent | 72b9922f7ef829652229abba982601001b0748ee (diff) | |
Fix typo in ioctl/kmdf/exe/testapp.c (#288)
| -rw-r--r-- | general/ioctl/kmdf/exe/testapp.c | 2 |
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 ); |
