Kernel - Cleaning up unneeded malloc() calls
[tpg/acess2.git] / Kernel / arch / x86 / proc.c
index 3ae79bf..8933529 100644 (file)
@@ -382,7 +382,7 @@ void ArchThreads_Init(void)
        // Create Per-Process Data Block
        if( !MM_Allocate(MM_PPD_CFG) )
        {
-               Panic("OOM - No space for initiali Per-Process Config");
+               Panic("OOM - No space for initial Per-Process Config");
        }
        
        // Change Stacks

UCC git Repository :: git.ucc.asn.au