mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fix technical typo.
This commit is contained in:
parent
9dd8a8e84c
commit
35d3c7e0b5
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ void PanicInit()
|
||||||
Log::Center(BRAND_LOGO_PANIC);
|
Log::Center(BRAND_LOGO_PANIC);
|
||||||
Log::Center("KERNEL PANIC");
|
Log::Center("KERNEL PANIC");
|
||||||
Log::Print("\n\nThe operating system encountered an unrecoverable "
|
Log::Print("\n\nThe operating system encountered an unrecoverable "
|
||||||
"error.\n\nTechincal information:\n");
|
"error.\n\nTechnical information:\n");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue