- Fix a typo

svn path=/trunk/; revision=35193
This commit is contained in:
Stefan Ginsberg 2008-08-08 19:08:27 +00:00
parent c04d88d406
commit 0ceea1dacb

View file

@ -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);