mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
- Fix a typo
svn path=/trunk/; revision=35193
This commit is contained in:
@@ -55,7 +55,7 @@ CmpGetValueListFromCache(IN PCM_KEY_CONTROL_BLOCK Kcb,
|
||||
*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);
|
||||
|
||||
Reference in New Issue
Block a user