From 6accaef3c7db34407d7df7adadb559e23d1a716a Mon Sep 17 00:00:00 2001 From: Serge Gautherie <32623169+SergeGautherie@users.noreply.github.com> Date: Wed, 20 Feb 2019 22:16:16 +0100 Subject: [PATCH] [NDK] Fix 'DeletedChidren' typo (#1367) On behalf of Vadim Galyant. CORE-15769 --- sdk/include/ndk/iotypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/include/ndk/iotypes.h b/sdk/include/ndk/iotypes.h index b693b617e07..84cf6c17143 100644 --- a/sdk/include/ndk/iotypes.h +++ b/sdk/include/ndk/iotypes.h @@ -882,7 +882,7 @@ typedef struct _DEVICE_NODE LIST_ENTRY LegacyBusListEntry; ULONG DriverUnloadRetryCount; struct _DEVICE_NODE *PreviousParent; - ULONG DeletedChidren; + ULONG DeletedChildren; #if (NTDDI_VERSION >= NTDDI_LONGHORN) ULONG NumaNodeIndex; #endif