Fix typo in initrd extraction failure panic.

This commit is contained in:
Jonas 'Sortie' Termansen 2015-07-27 00:40:14 +02:00
parent 320b953e20
commit 1dee12e58e
1 changed files with 1 additions and 1 deletions

View File

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