From 0ceea1dacba837e7aee3983e79f3b7916e1277bb Mon Sep 17 00:00:00 2001 From: Stefan Ginsberg Date: Fri, 8 Aug 2008 19:08:27 +0000 Subject: [PATCH] - Fix a typo svn path=/trunk/; revision=35193 --- reactos/ntoskrnl/config/cmvalche.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/ntoskrnl/config/cmvalche.c b/reactos/ntoskrnl/config/cmvalche.c index 038c70a1339..52297a3c582 100644 --- a/reactos/ntoskrnl/config/cmvalche.c +++ b/reactos/ntoskrnl/config/cmvalche.c @@ -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);