https://git.reactos.org/?p=reactos.git;a=commitdiff;h=6accaef3c7db34407d7df…
commit 6accaef3c7db34407d7df7adadb559e23d1a716a
Author: Serge Gautherie <32623169+SergeGautherie(a)users.noreply.github.com>
AuthorDate: Wed Feb 20 22:16:16 2019 +0100
Commit: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito(a)reactos.org>
CommitDate: Wed Feb 20 22:16:16 2019 +0100
[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 b693b617e0..84cf6c1714 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