diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/selfboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/selfboot.c b/src/lib/selfboot.c index ef1b986036..160e8f5516 100644 --- a/src/lib/selfboot.c +++ b/src/lib/selfboot.c @@ -73,7 +73,7 @@ static void segment_insert_after(struct segment *seg, struct segment *new) * * Benefits: * - Nearly arbitrary standalone executables can be loaded. - * - Coreboot is preserved, so it can be returned to. + * - coreboot is preserved, so it can be returned to. * - The implementation is still relatively simple, * and much simpler than the general case implemented in kexec. */ |