mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
Fixed up some typos.
svn path=/trunk/; revision=3670
This commit is contained in:
parent
f0cbb2db03
commit
a650557ee6
1 changed files with 4 additions and 4 deletions
|
@ -258,8 +258,8 @@ typedef struct _REGISTRY_HIVE
|
|||
|
||||
/* KEY_OBJECT.Flags */
|
||||
|
||||
/* When set, the key is sheduled for deletion, and all
|
||||
atempts to access the key must not succeed */
|
||||
/* When set, the key is scheduled for deletion, and all
|
||||
attempts to access the key must not succeed */
|
||||
#define KO_MARKED_FOR_DELETE 0x00000001
|
||||
|
||||
|
||||
|
@ -279,10 +279,10 @@ typedef struct _KEY_OBJECT
|
|||
/* Name of key */
|
||||
PCHAR Name;
|
||||
|
||||
/* Registry hive the key belong to */
|
||||
/* Registry hive the key belongs to */
|
||||
PREGISTRY_HIVE RegistryHive;
|
||||
|
||||
/* Block offset of the key cell this key belong in */
|
||||
/* Block offset of the key cell this key belongs in */
|
||||
BLOCK_OFFSET BlockOffset;
|
||||
|
||||
/* KEY_CELL this key belong in */
|
||||
|
|
Loading…
Reference in a new issue