Author: sginsberg Date: Fri Aug 8 14:08:27 2008 New Revision: 35193
URL: http://svn.reactos.org/svn/reactos?rev=35193&view=rev Log: - Fix a typo
Modified: trunk/reactos/ntoskrnl/config/cmvalche.c
Modified: trunk/reactos/ntoskrnl/config/cmvalche.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/config/cmvalche.c?... ============================================================================== --- trunk/reactos/ntoskrnl/config/cmvalche.c [iso-8859-1] (original) +++ trunk/reactos/ntoskrnl/config/cmvalche.c [iso-8859-1] Fri Aug 8 14:08:27 2008 @@ -55,7 +55,7 @@ *ValueListToRelease = HCELL_NIL; *IndexIsCached = FALSE;
- /* Get the hive and value ceche */ + /* Get the hive and value cache */ Hive = Kcb->KeyHive; ChildList = &Kcb->ValueCache; KeyNode = (PCM_KEY_NODE)HvGetCell(Hive, Kcb->KeyCell);