From: Robert Dickenson Date: Mon, 28 Oct 2002 15:45:56 +0000 (+0000) Subject: Fixed up some typos. X-Git-Tag: ReactOS-0.0.21~21 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=a650557ee6609172709bdb2847671cf82a9a9715 Fixed up some typos. svn path=/trunk/; revision=3670 --- diff --git a/reactos/ntoskrnl/cm/cm.h b/reactos/ntoskrnl/cm/cm.h index 2299fb8c7a1..69a345d1744 100644 --- a/reactos/ntoskrnl/cm/cm.h +++ b/reactos/ntoskrnl/cm/cm.h @@ -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 */