diff --git a/src/boot/selfboot.c b/src/boot/selfboot.c index 6b64f32488..e75b72f7dd 100644 --- a/src/boot/selfboot.c +++ b/src/boot/selfboot.c @@ -105,7 +105,7 @@ void * cbfs_load_payload(struct lb_memory *lb_mem, const char *name) * - Nearly arbitrary standalone executables can be loaded. * - Coreboot is preserved, so it can be returned to. * - The implementation is still relatively simple, - * and much simpler then the general case implemented in kexec. + * and much simpler than the general case implemented in kexec. * */