Fix typo 'addtional' -> 'additional' in pflash configuration documentation.
Signed-off-by: Manjae Cho <[email protected]> --- doc/board/emulation/qemu-riscv.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/board/emulation/qemu-riscv.rst b/doc/board/emulation/qemu-riscv.rst index b5948d9affc..229a7700ac7 100644 --- a/doc/board/emulation/qemu-riscv.rst +++ b/doc/board/emulation/qemu-riscv.rst @@ -43,7 +43,7 @@ qemu-riscv64_smode_defconfig instead. Note that U-Boot running in supervisor mode requires a supervisor binary interface (SBI), such as RISC-V OpenSBI. To create a U-Boot binary that can be utilized with a pflash device in QEMU -apply these addtional settings to qemu-riscv64_smode_defconfig: +apply these additional settings to qemu-riscv64_smode_defconfig: :: -- 2.43.0

