diff --git a/kernel/kernel.cpp b/kernel/kernel.cpp index 48959e5f..b6aba4ff 100644 --- a/kernel/kernel.cpp +++ b/kernel/kernel.cpp @@ -520,7 +520,7 @@ static void BootThread(void* /*user*/) // Install the initrd into our fresh RAM filesystem. if ( !InitRD::ExtractFromPhysicalInto(initrd, initrdsize, droot) ) - Panic("Unable to extract initrd into RAM root filesystem. You machine " + Panic("Unable to extract initrd into RAM root filesystem. Your machine " "needs more memory to boot using this initrd, as a rule of thumb " "you need twice as much memory as the size of the initrd device.");