mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[FLTMGR][NDK] Fix typos.
This commit is contained in:
parent
5f2ca473dc
commit
7e0927a39f
2 changed files with 2 additions and 2 deletions
|
@ -124,7 +124,7 @@ typedef struct _FLT_FILTER // size = 0x120
|
|||
|
||||
} FLT_FILTER, *PFLT_FILTER;
|
||||
|
||||
typedef enum _FLT_yINSTANCE_FLAGS
|
||||
typedef enum _FLT_INSTANCE_FLAGS
|
||||
{
|
||||
INSFL_CAN_BE_DETACHED = 0x01,
|
||||
INSFL_DELETING = 0x02,
|
||||
|
|
|
@ -582,7 +582,7 @@ typedef struct _HANDLE_TRACE_DEBUG_INFO
|
|||
LONG RefCount;
|
||||
ULONG TableSize;
|
||||
ULONG BitMaskFlags;
|
||||
FAST_MUTEX CloseCompatcionLock;
|
||||
FAST_MUTEX CloseCompactionLock;
|
||||
ULONG CurrentStackIndex;
|
||||
HANDLE_TRACE_DB_ENTRY TraceDb[1];
|
||||
} HANDLE_TRACE_DEBUG_INFO, *PHANDLE_TRACE_DEBUG_INFO;
|
||||
|
|
Loading…
Reference in a new issue