This is an automated email from the ASF dual-hosted git repository. archer pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit cc5d6fcb415a9a199a8b553ac5bdace9128fb877 Author: p-szafonimateusz <p-szafonimate...@xiaomi.com> AuthorDate: Wed May 14 13:53:17 2025 +0200 arch/sim/Kconfig: fix codespell issues arch/sim/Kconfig: fix codespell issues Signed-off-by: p-szafonimateusz <p-szafonimate...@xiaomi.com> --- arch/sim/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/sim/Kconfig b/arch/sim/Kconfig index 212269c508..3dcd8b3f10 100644 --- a/arch/sim/Kconfig +++ b/arch/sim/Kconfig @@ -481,7 +481,7 @@ config SIM_FRAMEBUFFER_COUNT default 2 ---help--- Framebuffer count. - Simulated frambuffer count. Default: 2 + Simulated framebuffer count. Default: 2 config SIM_FB_INTERVAL_LINE int "The line between non-consecutive framebuffers" @@ -684,7 +684,7 @@ config SIM_UART_NUMBER the same name that the host is using for this port (e.g. /dev/ttyUSB0). - Alternativelly, a "simulated" host port may be used to. + Alternatively, a "simulated" host port may be used to. This is useful if you need to also simulate the external hardware, or to have NuttX communicate with any other software in your system. @@ -829,7 +829,7 @@ config SIM_USB_RAW_GADGET Make Raw Gadget: Run make in the raw_gadget and dummy_hcd directory. If raw_gadget build fail, you need to check which register interface meets your - kenel version, usb_gadget_probe_driver or usb_gadget_register_driver. + kernel version, usb_gadget_probe_driver or usb_gadget_register_driver. Install Raw Gadget: Run ./insmod.sh in the raw_gadget and dummy_hcd directory.