mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 13:11:22 +00:00
[NDK] Fix 'DeletedChidren' typo (#1367)
On behalf of Vadim Galyant. CORE-15769
This commit is contained in:
parent
0996dac683
commit
6accaef3c7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue