瀏覽代碼

package/gdb: fix program typo

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Peter Korsgaard 11 月之前
父節點
當前提交
27277a2bc9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/gdb/Config.in

+ 1 - 1
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"