summaryrefslogtreecommitdiff
path: root/general/ioctl/wdm
diff options
context:
space:
mode:
authorBarry Golden <[email protected]>2015-08-06 20:07:53 -0700
committerBarry Golden <[email protected]>2015-08-06 20:07:53 -0700
commit7c089b4b332b8a8bd2e29672bbf4f6ee430b3e77 (patch)
tree8a7e461efc0c2e77b9cd82b3968e38fd5efef7b4 /general/ioctl/wdm
parent9026073a419b5ef68fb46d4f7fae52dbef09dbe1 (diff)
Update README.md
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 94191a33..fcbf71f2 100644
--- a/general/ioctl/wdm/ReadMe.md
+++ b/general/ioctl/wdm/ReadMe.md
@@ -7,7 +7,7 @@ The sample shows how the user input and output buffers specified in the **Device
The sample consists of a legacy device driver and a Win32 console test application. The test application opens a handle to the device exposed by the driver and makes all four different **DeviceIoControl** calls, one after another. To understand how the IRP fields are set the I/O manager, you should run the checked build version of the driver and look at the debug output.
-**Note**  This sample driver is not a Plug and Play driver. This is a minimal driver meant to demonstrate a feature of the operating system. Neither this driver nor its sample programs are intended for use in a production environment. Instead, they are intended for educational purposes and as a skeleton driver.
+**Note** This sample driver is not a Plug and Play driver. This is a minimal driver meant to demonstrate a feature of the operating system. Neither this driver nor its sample programs are intended for use in a production environment. Instead, they are intended for educational purposes and as a skeleton driver.
Run the sample