diff options
author | Damien Le Moal <damien.lemoal@wdc.com> | 2018-12-21 16:35:33 +0900 |
---|---|---|
committer | Damien Le Moal <damien.lemoal@wdc.com> | 2018-12-21 16:35:33 +0900 |
commit | 4fb23c49ebbb012955ba7128d1dc742adb8d85b5 (patch) | |
tree | 7c37d3138f81b1617547b38a834b96daf4d08ec0 /firmware | |
parent | 745ae45e6570985682e8072c852e56e73219d182 (diff) |
Fiw comment typo
Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com>
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/fw_common.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/fw_common.S b/firmware/fw_common.S index afe14a1..d7074f8 100644 --- a/firmware/fw_common.S +++ b/firmware/fw_common.S @@ -129,7 +129,7 @@ _start_warm: /* set MSIE bit to receive IPI */ li a2, MIP_MSIP csrw mie, a2 - /* 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 |