Fixed up some typos.

svn path=/trunk/; revision=3670
This commit is contained in:
Robert Dickenson 2002-10-28 15:45:56 +00:00
parent f0cbb2db03
commit a650557ee6

View file

@ -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 */