Commit 1b15fac15d9720b4a31a54fe07fd181ff0a28a80

Authored by Bin Meng
Committed by Simon Glass
1 parent 67582c00d7

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>

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

... ... @@ -86,9 +86,9 @@
86 86 BOOTSTAGE_ID_POST_FAIL_R, /* Post failure reported after reloc */
87 87  
88 88 /*
89   - * This set is reported ony by x86, and the meaning is different. In
  89 + * This set is reported only by x86, and the meaning is different. In
90 90 * this case we are reporting completion of a particular stage.
91   - * This should probably change in he x86 code (which doesn't report
  91 + * This should probably change in the x86 code (which doesn't report
92 92 * errors in any case), but discussion this can perhaps wait until we
93 93 * have a generic board implementation.
94 94 */