summaryrefslogtreecommitdiff
path: root/general/ioctl/wdm
diff options
context:
space:
mode:
authorDen Delimarsky <[email protected]>2019-03-13 21:54:14 -0700
committerDen Delimarsky <[email protected]>2019-03-13 21:54:14 -0700
commit41c29cb92feff490270b4ce31f67d7baddecc457 (patch)
tree3601c61d3cf6919f2bea780cbdc3f4f3922d914f /general/ioctl/wdm
parent18cabc43191fd82420adcfac56c0361de98360c9 (diff)
Diffstat (limited to 'general/ioctl/wdm')
-rw-r--r--general/ioctl/wdm/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/general/ioctl/wdm/README.md b/general/ioctl/wdm/README.md
index e1f9cf7c..76717ec8 100644
--- a/general/ioctl/wdm/README.md
+++ b/general/ioctl/wdm/README.md
@@ -28,4 +28,4 @@ The sample consists of a legacy device driver and a Win32 console test applicati
# Run the sample
-To test this driver, copy the test app, Ioctlapp.exe, and the driver to the same directory, and run the application. The application will automatically load the driver, if it's not already loaded, and interact with the driver. When you exit the application, the driver will be stopped, unloaded and removed. \ No newline at end of file
+To test this driver, copy the test app, Ioctlapp.exe, and the driver to the same directory, and run the application. The application will automatically load the driver, if it's not already loaded, and interact with the driver. When you exit the application, the driver will be stopped, unloaded and removed.