From 27277a2bc90326f9bfda3aacc2ef494bf207a8ec Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 10 Sep 2024 09:08:13 +0200 Subject: [PATCH] package/gdb: fix program typo Signed-off-by: Peter Korsgaard Signed-off-by: Yann E. MORIN --- package/gdb/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/gdb/Config.in b/package/gdb/Config.in index 49ee4b3728..8cbd52cff5 100644 --- a/package/gdb/Config.in +++ b/package/gdb/Config.in @@ -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"