mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
fix a typo
svn path=/trunk/; revision=68296
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user