mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 05:55:48 +00:00
fix a typo
svn path=/trunk/; revision=68296
This commit is contained in:
parent
3507ef2ac6
commit
6caacf4e1a
1 changed files with 1 additions and 1 deletions
|
@ -2188,7 +2188,7 @@ CmUnloadKey(IN PCM_KEY_CONTROL_BLOCK Kcb,
|
||||||
Cell = Kcb->KeyCell;
|
Cell = Kcb->KeyCell;
|
||||||
CmHive = (PCMHIVE)Hive;
|
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)
|
if (Cell != Hive->BaseBlock->RootCell)
|
||||||
{
|
{
|
||||||
DPRINT1("Key is not a hive root key!\n");
|
DPRINT1("Key is not a hive root key!\n");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue