summaryrefslogtreecommitdiff
path: root/tools/sdv/samples/SDV-FailDriver-KMDF/ReadMe.md
diff options
context:
space:
mode:
Diffstat (limited to 'tools/sdv/samples/SDV-FailDriver-KMDF/ReadMe.md')
-rw-r--r--tools/sdv/samples/SDV-FailDriver-KMDF/ReadMe.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/sdv/samples/SDV-FailDriver-KMDF/ReadMe.md b/tools/sdv/samples/SDV-FailDriver-KMDF/ReadMe.md
index fcac7d69..003e71a0 100644
--- a/tools/sdv/samples/SDV-FailDriver-KMDF/ReadMe.md
+++ b/tools/sdv/samples/SDV-FailDriver-KMDF/ReadMe.md
@@ -3,7 +3,7 @@ SDV-FailDriver-KMDF
The SDV-FailDriver-KMDF sample driver contains intentional code errors that are designed to show the capabilities and features of [Static Driver Verifier](http://msdn.microsoft.com/en-us/library/windows/hardware/ff552808) (SDV). SDV is a static verification tool that systematically analyzes the source code of Windows kernel-mode drivers. SDV is included in the Windows Driver Kit (WDK) and can be run from Microsoft Visual Studio. The sample demonstrates how SDV can find errors in a KMDF driver.
-**Caution**  These sample drivers contain intentional code errors that are designed to show the capabilities and features of SDV. These sample drivers are not functional and are not intended as examples for real driver development projects.
+**Caution** These sample drivers contain intentional code errors that are designed to show the capabilities and features of SDV. These sample drivers are not functional and are not intended as examples for real driver development projects.
Run the sample
--------------