diff options
Diffstat (limited to 'util/cbfstool')
-rw-r--r-- | util/cbfstool/cbfs-mkstage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/cbfstool/cbfs-mkstage.c b/util/cbfstool/cbfs-mkstage.c index 53d3edbd3e..85c3e4f8b9 100644 --- a/util/cbfstool/cbfs-mkstage.c +++ b/util/cbfstool/cbfs-mkstage.c @@ -313,7 +313,7 @@ int parse_elf_to_stage(const struct buffer *input, struct buffer *output, outheader.data = output->data; outheader.size = 0; - /* Coreboot expects entry point to be physical address. Thus, adjust the + /* coreboot expects entry point to be physical address. Thus, adjust the * entry point accordingly. */ fill_cbfs_stage(&outheader, algo, ehdr->e_entry + virt_to_phys, |