mirror of
https://github.com/reactos/reactos.git
synced 2025-05-22 18:45:00 +00:00
- Fix a typo
svn path=/trunk/; revision=35193
This commit is contained in:
parent
c04d88d406
commit
0ceea1dacb
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ CmpGetValueListFromCache(IN PCM_KEY_CONTROL_BLOCK Kcb,
|
||||||
*ValueListToRelease = HCELL_NIL;
|
*ValueListToRelease = HCELL_NIL;
|
||||||
*IndexIsCached = FALSE;
|
*IndexIsCached = FALSE;
|
||||||
|
|
||||||
/* Get the hive and value ceche */
|
/* Get the hive and value cache */
|
||||||
Hive = Kcb->KeyHive;
|
Hive = Kcb->KeyHive;
|
||||||
ChildList = &Kcb->ValueCache;
|
ChildList = &Kcb->ValueCache;
|
||||||
KeyNode = (PCM_KEY_NODE)HvGetCell(Hive, Kcb->KeyCell);
|
KeyNode = (PCM_KEY_NODE)HvGetCell(Hive, Kcb->KeyCell);
|
||||||
|
|
Loading…
Reference in a new issue