From patchwork Mon Oct 26 11:47:57 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Wakely X-Patchwork-Id: 40872 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 A1ED6388EC2D; Mon, 26 Oct 2020 11:48:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A1ED6388EC2D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1603712884; bh=mD/npzPGFkZaw3p1PrB8nj/aHKnDPQszmKPeW8rGOms=; h=Date:To:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=kohBnocG2THOpvBDksNLsPdQOLWUwqkBCOAzLb7V8Sded3OoAcgyIBEgg6Mqhmh4H N8sXAMlivTgZja5VrnBJAHWbaSBOBhvKwbj+bPGcMtuHiIaIQL1LKzbK/rbVwKBjeb KYHnz9bMtbg0Yo3qgq0DHRTqPrdHyqNufMjEGbPA= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by sourceware.org (Postfix) with ESMTP id D7AF3384402F for ; Mon, 26 Oct 2020 11:48:01 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org D7AF3384402F Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-478-7aqNCtqzOmqgIfcBiLpGsQ-1; Mon, 26 Oct 2020 07:47:59 -0400 X-MC-Unique: 7aqNCtqzOmqgIfcBiLpGsQ-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 2867E57203 for ; Mon, 26 Oct 2020 11:47:58 +0000 (UTC) Received: from localhost (unknown [10.33.36.3]) by smtp.corp.redhat.com (Postfix) with ESMTP id C9C5B5D9E4 for ; Mon, 26 Oct 2020 11:47:57 +0000 (UTC) Date: Mon, 26 Oct 2020 11:47:57 +0000 To: libc-alpha@sourceware.org Subject: [committed] Fix typo in NEWS file Message-ID: <20201026114757.GA1833726@redhat.com> MIME-Version: 1.0 X-Clacks-Overhead: GNU Terry Pratchett X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Disposition: inline X-Spam-Status: No, score=-14.2 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H5, 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-Patchwork-Original-From: Jonathan Wakely via Libc-alpha From: Jonathan Wakely Reply-To: Jonathan Wakely Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" I've pushed this patch. commit ce643e6fe97b20716ac3888ba832539011fe9186 Author: Jonathan Wakely Date: Mon Oct 26 11:46:00 2020 +0000 Fix typo in NEWS file diff --git a/NEWS b/NEWS index 3c1e509744..312c22c7c1 100644 --- a/NEWS +++ b/NEWS @@ -38,7 +38,7 @@ Deprecated and removed features, and other changes affecting compatibility: Instead, the default implementation is used. * The deprecated header and the ftime function have been - removed. To support old binaries, the ftime function continue to exist + removed. To support old binaries, the ftime function continues to exist as a compatibility symbol (on those architectures which had it). All programs should use gettimeofday or clock_gettime instead.