From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by sourceware.org (Postfix) with ESMTPS id 174333947C29; Thu, 27 Jan 2022 14:35:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 174333947C29 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=suse.cz Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.cz Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id CB2E7218E0; Thu, 27 Jan 2022 14:35:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1643294105; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=/vgDa+1yLIMI2jel5sUIEz1atAeU02WZVtXZvoTCC9U=; b=Ts5yCrc5IWliiCkb08v5Z1L2ypsTz0F2qHuZuFfKEwFWuHwEeIHsp0ML7qMCmecSmmAoxU xZrxQ8bgnKG5kEO0akVccKEnQg2eXu9lJdC9LOJMTVEDL0c2nb5Hz5rmsJN9BF0hcsRWLP iLD6DSbThurDiAqxmuB/iBAznWNFalg= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1643294105; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=/vgDa+1yLIMI2jel5sUIEz1atAeU02WZVtXZvoTCC9U=; b=ltwF3MFAG4v1bx/8/OwzPg/Dhm9SPMkKoHeL79TkMbNImyHCiUNaPl7e8Mt+gbKqFsWOh/ 6AEQXPVpoVTFIwBg== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id AFDB613BFC; Thu, 27 Jan 2022 14:35:05 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id Ao7OKZmt8mGwRQAAMHmgww (envelope-from ); Thu, 27 Jan 2022 14:35:05 +0000 Message-ID: Date: Thu, 27 Jan 2022 15:35:05 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 Subject: Re: [PATCH] libstdc++: fix typo in acinclude.m4. Content-Language: en-US To: Jonathan Wakely Cc: gcc-patches , libstdc++ , "redi at gcc dot gnu.org" References: From: =?UTF-8?Q?Martin_Li=c5=a1ka?= In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: libstdc++@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libstdc++ mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jan 2022 14:35:08 -0000 On 1/27/22 15:25, Jonathan Wakely wrote: > I have the same patch ready to push, but I'm away from the computer. Please push. ;) I've just pushed that to master. Martin