blob: Fix comment typos

Various typos fix.

Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com>
This commit is contained in:
Damien Le Moal
2018-12-19 17:02:53 +09:00
parent 8a4088c3af
commit 91fc25f59b
2 changed files with 3 additions and 3 deletions

View File

@@ -104,7 +104,7 @@ _start_warm:
csrw mie, zero
csrw mip, zero
/* HART ID should be withing expected limit */
/* HART ID should be within expected limit */
csrr a6, mhartid
li a5, PLAT_HART_COUNT
bge a6, a5, _start_hang