Having an identity crisis!

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@401 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
David Reid 2002-07-23 21:25:39 +00:00
parent 20476a6b71
commit c8ca4b8cae

View File

@ -214,7 +214,7 @@ arch_cpu_idle(void)
{
switch (smp_get_num_cpus()) {
case 0:
panic("You need at least 1 CPU to run NewOS\n");
panic("You need at least 1 CPU to run OpenBeOS\n");
case 1:
asm("hlt");
default: