]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
bootstage: Fix typos in the comment
authorBin Meng <bmeng.cn@gmail.com>
Mon, 2 Feb 2015 13:25:08 +0000 (21:25 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 10:59:12 +0000 (12:59 +0200)
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>
include/bootstage.h

index 6b7588d38f6ac4442c8368ee1b33e8087934c6da..0276cb3f60d07cac54bc420f9194e0b33d4a4a2c 100644 (file)
@@ -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.
         */