summaryrefslogtreecommitdiffstats
path: root/include/bootstage.h
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-02-02 21:25:08 +0800
committerSimon Glass <sjg@chromium.org>2015-02-06 12:07:46 -0700
commit1b15fac15d9720b4a31a54fe07fd181ff0a28a80 (patch)
tree8b2b3695332c5a23044e1ff4beb33f59df62f49f /include/bootstage.h
parent67582c00d788c150bb717671f988f234bd73ce5e (diff)
downloadtalos-obmc-uboot-1b15fac15d9720b4a31a54fe07fd181ff0a28a80.tar.gz
talos-obmc-uboot-1b15fac15d9720b4a31a54fe07fd181ff0a28a80.zip
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>
Diffstat (limited to 'include/bootstage.h')
-rw-r--r--include/bootstage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/bootstage.h b/include/bootstage.h
index 6b7588d38f..0276cb3f60 100644
--- a/include/bootstage.h
+++ b/include/bootstage.h
@@ -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.
*/
OpenPOWER on IntegriCloud