From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id 6+dMDDzaQmFIegAAWB0awg (envelope-from ) for ; Thu, 16 Sep 2021 01:46:36 -0400 Received: by simark.ca (Postfix, from userid 112) id 222151EE25; Thu, 16 Sep 2021 01:46:36 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RDNS_DYNAMIC,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (ip-8-43-85-97.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 7CC1B1EDF0 for ; Thu, 16 Sep 2021 01:46:35 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 8A8E03858020 for ; Thu, 16 Sep 2021 05:46:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8A8E03858020 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1631771194; bh=8WqxcyhOXJBdJIuVnumeMueIrLGrtMk7IvjicSt19Pc=; h=Date:To:In-Reply-To:Subject:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=LtzoSoyYRfSs6lZTTUq4sOYyEetB/IBFNtpvHLtbA23mVkVUp5+7Y4CFSL+z7dMK9 DcbOeNGYXTnPsOZGT6+W7UgjLRPhYrRVJ3tj4s0GY2zjzr56glzSTH2YifmjYNWfma QegRJSUmyZb18jE66BGY9exVzD0pM3vGEm3NzWnU= Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id DB2243858C39 for ; Thu, 16 Sep 2021 05:46:16 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org DB2243858C39 Received: from fencepost.gnu.org ([2001:470:142:3::e]:40290) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mQkDv-0006AR-Jh; Thu, 16 Sep 2021 01:46:15 -0400 Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:1130 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mQkDs-0007bI-2w; Thu, 16 Sep 2021 01:46:15 -0400 Date: Thu, 16 Sep 2021 08:46:12 +0300 Message-Id: <83h7el9ior.fsf@gnu.org> To: Mike Frysinger In-Reply-To: <20210916005518.11194-1-vapier@gentoo.org> (message from Mike Frysinger via Gdb-patches on Wed, 15 Sep 2021 20:55:18 -0400) Subject: Re: [PATCH] gdb: manual: fix werrors typo References: <20210916005518.11194-1-vapier@gentoo.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: , From: Eli Zaretskii via Gdb-patches Reply-To: Eli Zaretskii Cc: gdb-patches@sourceware.org Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" > Date: Wed, 15 Sep 2021 20:55:18 -0400 > From: Mike Frysinger via Gdb-patches > > --- > gdb/doc/gdb.texinfo | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo > index 58479ef3ed6a..88cf23a97527 100644 > --- a/gdb/doc/gdb.texinfo > +++ b/gdb/doc/gdb.texinfo > @@ -38843,7 +38843,7 @@ different warning flags, depending on the exact version of the > compiler you are using. > > @item --enable-werror > -Treat compiler warnings as werrors. It adds the @code{-Werror} flag > +Treat compiler warnings as errors. It adds the @code{-Werror} flag > to the compiler, which will fail the compilation if the compiler > outputs any warning messages. Thanks. Typo corrections are in the "obvious patch" category, so please go ahead and install this (if you didn't already), and in the future you don't need to ask for approval for these.