From patchwork Thu May 11 16:24:32 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ivan Lazaric X-Patchwork-Id: 69171 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id C26C3385770F for ; Thu, 11 May 2023 16:25:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C26C3385770F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1683822301; bh=+OFxG9WYx7FbmP4FKyR2nJFlKdHbRP3Lj04SeaCOxxk=; h=To:Cc:Subject:Date:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From:Reply-To:From; b=qDMkptIey0nNZ4pxmb8a8/AMeoz+dWEwp+hvcrSKvQ6m50+3DeiH3ffDi5wQlamcD Vu7W3UuO6fHxPKeQ5Vqmyhi6xRRM6H94OLLpIJlcPBKNFAurG5DsFLHBNdzwaEltq4 YetPayumZNZavI/8k1N8rnK9gUdg3g1Xx6b+F3k8= X-Original-To: gdb-patches@sourceware.org Delivered-To: gdb-patches@sourceware.org Received: from mail-ej1-x629.google.com (mail-ej1-x629.google.com [IPv6:2a00:1450:4864:20::629]) by sourceware.org (Postfix) with ESMTPS id 46BD33858C5F for ; Thu, 11 May 2023 16:24:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 46BD33858C5F Received: by mail-ej1-x629.google.com with SMTP id a640c23a62f3a-953343581a4so1380545166b.3 for ; Thu, 11 May 2023 09:24:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1683822276; x=1686414276; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=+OFxG9WYx7FbmP4FKyR2nJFlKdHbRP3Lj04SeaCOxxk=; b=V/lO2x/u9Rlq8CiCTxj/lEqrhyGjzEsVLZlFp2iBhF4Xin/fLiCxkF/omDZlb0OYDR ktcWiGI604sXNZdlMqLA3Hl6XKna2D37WisN6ZOcNghbOmbKKU9n03I4lDvDvpggCrLB NYXFQypuaomgsQXugDbLwyI0GWeXr82k6xfv5ylKIvdjhP75E/uohQ59vNKMDxWX4LVw BamvJlDA5Q27DE9wHkatIdnYFeAtAgkePmicvN2qhQmNQCuJrUNc8yXFdwSzcufvUhKq NFtXTGuzb6uuy5IpZiJ7BnA9DZ5Z25noKqUKcu7bfDgGDzZTiywu/a/6IgQZphoiXcc9 N2+g== X-Gm-Message-State: AC+VfDwbNRpHH6GuT/338Jv0jUT9OcJ3fFc8P5vm9VGA3fiFT9VoNKPW Yz3ARRrQtEHi9F2xDCL4DFc2NX3D0xJOTQ== X-Google-Smtp-Source: ACHHUZ6c7fsPkRT9CuuiWUtVHwoAYC9Lsw/72axU14sOg2T4YecETRPbsP/rQAdfQN9XRvb9XiHLGw== X-Received: by 2002:a17:906:4fc3:b0:965:c42d:ac59 with SMTP id i3-20020a1709064fc300b00965c42dac59mr18332900ejw.14.1683822276558; Thu, 11 May 2023 09:24:36 -0700 (PDT) Received: from server-1.arnhem.chello.nl (i28233.upc-i.chello.nl. [62.195.28.233]) by smtp.gmail.com with ESMTPSA id m4-20020a17090679c400b00953381ea1b7sm4171291ejo.90.2023.05.11.09.24.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 11 May 2023 09:24:36 -0700 (PDT) To: gdb-patches@sourceware.org Cc: Ivan Lazaric Subject: [PATCH] Fix typo in `c++filt --help` Date: Thu, 11 May 2023 16:24:32 +0000 Message-Id: <20230511162432.153704-1-ivan.lazaric1@gmail.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-Spam-Status: No, score=-8.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, GIT_PATCH_0, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Ivan Lazaric via Gdb-patches From: Ivan Lazaric Reply-To: Ivan Lazaric Errors-To: gdb-patches-bounces+patchwork=sourceware.org@sourceware.org Sender: "Gdb-patches" --- binutils/cxxfilt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binutils/cxxfilt.c b/binutils/cxxfilt.c index 12a06bba943..c729a46fbb5 100644 --- a/binutils/cxxfilt.c +++ b/binutils/cxxfilt.c @@ -107,7 +107,7 @@ Options are:\n\ [-p|--no-params] Do not display function arguments\n\ [-i|--no-verbose] Do not show implementation details (if any)\n\ [-R|--recurse-limit] Enable a limit on recursion whilst demangling. [Default]\n\ - ]-r|--no-recurse-limit] Disable a limit on recursion whilst demangling\n\ + [-r|--no-recurse-limit] Disable a limit on recursion whilst demangling\n \ [-t|--types] Also attempt to demangle type encodings\n\ [-s|--format "); print_demangler_list (stream);