mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
bootstage: Fix typos in the comment
There are two typos in the comment block in bootstage.h, fix them. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
67582c00d7
commit
1b15fac15d
1 changed files with 2 additions and 2 deletions
|
@ -86,9 +86,9 @@ enum bootstage_id {
|
|||
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 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
|
||||
* have a generic board implementation.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue