mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +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;
|
||||
*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);
|
||||
|
|
Loading…
Reference in a new issue