diff --git a/sys/init/main.c b/sys/init/main.c index a627402..68536bf 100644 --- a/sys/init/main.c +++ b/sys/init/main.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2002-2018 The UbixOS Project. + * Copyright (c) 2002-2018, 2020 The UbixOS Project. * All rights reserved. * * This was developed by Christopher W. Olsen for the UbixOS Project. @@ -198,7 +198,7 @@ while (0x1) asm("hlt"); - /* Keep haulting until the scheduler reacts */ + /* Keep halting until the scheduler reacts */ /* Return to start however we should never get this far */ return (0x0);