From 6caacf4e1a08fa744b23897b2a61a57e7a93d1a0 Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Sat, 27 Jun 2015 19:30:17 +0000 Subject: [PATCH] fix a typo svn path=/trunk/; revision=68296 --- reactos/ntoskrnl/config/cmapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/ntoskrnl/config/cmapi.c b/reactos/ntoskrnl/config/cmapi.c index 31e8949e903..e862b1da525 100644 --- a/reactos/ntoskrnl/config/cmapi.c +++ b/reactos/ntoskrnl/config/cmapi.c @@ -2188,7 +2188,7 @@ CmUnloadKey(IN PCM_KEY_CONTROL_BLOCK Kcb, Cell = Kcb->KeyCell; CmHive = (PCMHIVE)Hive; - /* Fail if the key is no a hive root key */ + /* Fail if the key is not a hive root key */ if (Cell != Hive->BaseBlock->RootCell) { DPRINT1("Key is not a hive root key!\n");