fix a typo

svn path=/trunk/; revision=68296
This commit is contained in:
Christoph von Wittich 2015-06-27 19:30:17 +00:00
parent 3507ef2ac6
commit 6caacf4e1a

View file

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