package/gdb: fix program typo

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 27277a2bc90326f9bfda3aacc2ef494bf207a8ec)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard 2024-09-10 09:08:13 +02:00
parent 500d75762b
commit 56e5bc2ca4

View File

@ -52,7 +52,7 @@ config BR2_PACKAGE_GDB_SERVER
depends on !BR2_TOOLCHAIN_EXTERNAL_GDB_SERVER_COPY
help
Build the gdbserver stub to run on the target.
A full gdb is needed to debug the progam.
A full gdb is needed to debug the program.
config BR2_PACKAGE_GDB_DEBUGGER
bool "full debugger"