]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
devtool/ide_sdk: Fix help message syntax
authorKhem Raj <raj.khem@gmail.com>
Fri, 24 Oct 2025 06:22:19 +0000 (23:22 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 27 Oct 2025 16:58:15 +0000 (16:58 +0000)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
scripts/lib/devtool/ide_sdk.py

index d9b54f799112ecf71a2dbe406cb94f435d4118bf..87a4c13ec5942a729ec4030ac4108719ad456771 100755 (executable)
@@ -104,7 +104,7 @@ class RecipeNative:
 
 
 class RecipeGdbCross(RecipeNative):
-    """Handle handle gdb-cross on the host and the gdbserver on the target device"""
+    """Handle gdb-cross on the host and the gdbserver on the target device"""
 
     def __init__(self, args, target_arch, target_device):
         super().__init__('gdb-cross-' + target_arch, target_arch)