summaryrefslogtreecommitdiff
path: root/tools/dv
diff options
context:
space:
mode:
authorBarry Golden <[email protected]>2019-09-30 10:40:48 -0700
committerGitHub <[email protected]>2019-09-30 10:40:48 -0700
commit85e09b9be0b4359d46d3fdf196b4a39e74060920 (patch)
treec0d6a9f68787fa8b2d991fe7ee91507e12547339 /tools/dv
parentf7eb738097908a1e32ca2a07a605bba0e85ccb95 (diff)
Diffstat (limited to 'tools/dv')
-rw-r--r--tools/dv/samples/DV-FailDriver-WDM/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dv/samples/DV-FailDriver-WDM/README.md b/tools/dv/samples/DV-FailDriver-WDM/README.md
index 6d7e1f24..532071c7 100644
--- a/tools/dv/samples/DV-FailDriver-WDM/README.md
+++ b/tools/dv/samples/DV-FailDriver-WDM/README.md
@@ -10,7 +10,7 @@ products:
# DV-FailDriver-WDM
-The DV-FailDriver-WDM sample driver contains intentional code errors that are designed to show the capabilities and features of [Driver Verifier](https://docs.microsoft.com/windows-hardware/drivers/devtest/driver-verifier) (DV) and the [Device Fundamentals tests](https://docs.microsoft.com/en-us/windows-hardware/drivers/devtest/device-fundamentals-tests). Driver Verifier is a component of the Windows kernel designed to detect drivers that are behaving poorly and stop their execution via a bugcheck; the Device Fundamentals tests are a series of tests provided in the Windows Driver Kit (WDK) designed to provide a good basic set of tests against a driver.
+The DV-FailDriver-WDM sample driver contains intentional code errors that are designed to show the capabilities and features of [Driver Verifier](https://docs.microsoft.com/windows-hardware/drivers/devtest/driver-verifier) (DV) and the [Device Fundamentals tests](https://docs.microsoft.com/windows-hardware/drivers/devtest/device-fundamentals-tests). Driver Verifier is a component of the Windows kernel designed to detect drivers that are behaving poorly and stop their execution via a bugcheck; the Device Fundamentals tests are a series of tests provided in the Windows Driver Kit (WDK) designed to provide a good basic set of tests against a driver.
> [!CAUTION]
> This sample driver contains intentional code errors that are designed to show the capabilities and features of DV and SDV. This sample driver is not intended as an example for real driver development projects.