trivial: use proper naming

Signed-off-by: Axel Heider <axel.heider@hensoldt-cyber.de>
This commit is contained in:
Axel Heider 2021-06-29 15:59:03 +02:00
parent 3bb899bc5f
commit 89e7d01ade

View file

@ -391,7 +391,7 @@ static BOOT_CODE bool_t try_init_kernel(
return false;
}
/* no shared-frame caps (RISCV has no multikernel support) */
/* no shared-frame caps (RISC-V has no multikernel support) */
ndks_boot.bi_frame->sharedFrames = S_REG_EMPTY;
/* finalise the bootinfo frame */