[NDK] Fix 'DeletedChidren' typo (#1367)

On behalf of Vadim Galyant.
CORE-15769
This commit is contained in:
Serge Gautherie 2019-02-20 22:16:16 +01:00 committed by Hermès BÉLUSCA - MAÏTO
parent 0996dac683
commit 6accaef3c7

View File

@ -882,7 +882,7 @@ typedef struct _DEVICE_NODE
LIST_ENTRY LegacyBusListEntry; LIST_ENTRY LegacyBusListEntry;
ULONG DriverUnloadRetryCount; ULONG DriverUnloadRetryCount;
struct _DEVICE_NODE *PreviousParent; struct _DEVICE_NODE *PreviousParent;
ULONG DeletedChidren; ULONG DeletedChildren;
#if (NTDDI_VERSION >= NTDDI_LONGHORN) #if (NTDDI_VERSION >= NTDDI_LONGHORN)
ULONG NumaNodeIndex; ULONG NumaNodeIndex;
#endif #endif