Skip to content
Snippets Groups Projects
Commit 1b15fac1 authored by Bin Meng's avatar Bin Meng Committed by Simon Glass
Browse files

bootstage: Fix typos in the comment


There are two typos in the comment block in bootstage.h, fix them.

Signed-off-by: default avatarBin Meng <bmeng.cn@gmail.com>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
parent 67582c00
Branches
Tags
No related merge requests found
...@@ -86,9 +86,9 @@ enum bootstage_id { ...@@ -86,9 +86,9 @@ enum bootstage_id {
BOOTSTAGE_ID_POST_FAIL_R, /* Post failure reported after reloc */ BOOTSTAGE_ID_POST_FAIL_R, /* Post failure reported after reloc */
/* /*
* This set is reported ony by x86, and the meaning is different. In * This set is reported only by x86, and the meaning is different. In
* this case we are reporting completion of a particular stage. * this case we are reporting completion of a particular stage.
* This should probably change in he x86 code (which doesn't report * This should probably change in the x86 code (which doesn't report
* errors in any case), but discussion this can perhaps wait until we * errors in any case), but discussion this can perhaps wait until we
* have a generic board implementation. * have a generic board implementation.
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment