summaryrefslogtreecommitdiff
path: root/general/echo/kmdf
diff options
context:
space:
mode:
authorDave Wilson <[email protected]>2015-04-29 12:00:16 -0700
committerDave Wilson <[email protected]>2015-04-29 12:00:16 -0700
commit1fbea08887e10e087c3f6bb0be8968e29e20cc84 (patch)
treeceece70ec21256772341dc1ef91a199a5d13bc0f /general/echo/kmdf
parentd40232638faaab19de557e70a3ee938da7a35295 (diff)
terminology changes
Diffstat (limited to 'general/echo/kmdf')
-rw-r--r--general/echo/kmdf/ReadMe.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/general/echo/kmdf/ReadMe.md b/general/echo/kmdf/ReadMe.md
index ec2244c8..d1171f19 100644
--- a/general/echo/kmdf/ReadMe.md
+++ b/general/echo/kmdf/ReadMe.md
@@ -5,8 +5,8 @@ The ECHO (KMDF) sample demonstrates how to use a sequential queue to serialize r
It also shows how to synchronize execution of these events with other asynchronous events such as request cancellation and DPC.
-## Universal Compliant
-This sample builds a Windows Universal driver. It uses only APIs and DDIs that are included in Windows Core.
+## Universal Windows Driver Compliant
+This sample builds a Universal Windows Driver. It uses only APIs and DDIs that are included in OneCoreUAP.
**Note**
Due to a known bug in the current Windows Driver Kit tools, when building this sample in Debug mode, the exe project may report some ApiValidator warnings. These can be safely ignored.