From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from szxga06-in.huawei.com (szxga06-in.huawei.com [45.249.212.32]) by sourceware.org (Postfix) with ESMTPS id 6A6083858008 for ; Mon, 2 Nov 2020 07:53:24 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 6A6083858008 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=huawei.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=wangshuo47@huawei.com Received: from DGGEMS413-HUB.china.huawei.com (unknown [172.30.72.59]) by szxga06-in.huawei.com (SkyGuard) with ESMTP id 4CPlXK0H28zhfgG; Mon, 2 Nov 2020 15:53:21 +0800 (CST) Received: from [10.174.178.149] (10.174.178.149) by DGGEMS413-HUB.china.huawei.com (10.3.19.213) with Microsoft SMTP Server id 14.3.487.0; Mon, 2 Nov 2020 15:53:13 +0800 To: "libc-alpha@sourceware.org" , CC: Hushiyuan From: Shuo Wang Subject: [PATCH] Fix typo in NEWS file Message-ID: <0a59798f-024c-dc14-cb83-56e8fda50824@huawei.com> Date: Mon, 2 Nov 2020 15:53:13 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset="gbk"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.174.178.149] X-CFilter-Loop: Reflected X-Spam-Status: No, score=-11.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Nov 2020 07:53:25 -0000 Fix typo in NEWS file --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ff26f6dfa5..05965065f7 100644 --- a/NEWS +++ b/NEWS @@ -2691,7 +2691,7 @@ Security related changes: The following bugs are resolved with this release: - [4099] stdio: Overly agressive caching by stream i/o functions. + [4099] stdio: Overly aggressive caching by stream i/o functions. [7065] build: Support building glibc with -fstack-protector or -fstack- protector-all [9842] localedata: en_CA: incorrect date format -- 2.23.0