Author: cwittich Date: Sat Jun 27 19:30:17 2015 New Revision: 68296
URL: http://svn.reactos.org/svn/reactos?rev=68296&view=rev Log: fix a typo
Modified: trunk/reactos/ntoskrnl/config/cmapi.c
Modified: trunk/reactos/ntoskrnl/config/cmapi.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/config/cmapi.c?rev... ============================================================================== --- trunk/reactos/ntoskrnl/config/cmapi.c [iso-8859-1] (original) +++ trunk/reactos/ntoskrnl/config/cmapi.c [iso-8859-1] Sat Jun 27 19:30:17 2015 @@ -2188,7 +2188,7 @@ 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");