From patchwork Mon May 27 20:53:41 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Tromey X-Patchwork-Id: 32869 Received: (qmail 16900 invoked by alias); 27 May 2019 20:53:49 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 16892 invoked by uid 89); 27 May 2019 20:53:48 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-18.6 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:642 X-HELO: gateway32.websitewelcome.com Received: from gateway32.websitewelcome.com (HELO gateway32.websitewelcome.com) (192.185.145.119) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 27 May 2019 20:53:47 +0000 Received: from cm17.websitewelcome.com (cm17.websitewelcome.com [100.42.49.20]) by gateway32.websitewelcome.com (Postfix) with ESMTP id D9EC5CE8287 for ; Mon, 27 May 2019 15:53:45 -0500 (CDT) Received: from box5379.bluehost.com ([162.241.216.53]) by cmsmtp with SMTP id VMcrhZ07d90onVMcrhcOOr; Mon, 27 May 2019 15:53:45 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tromey.com; s=default; h=Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:MIME-Version :Content-Type:Content-Transfer-Encoding:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=/gtdhntC1xF74XFCaB2LBw+1dJGu+Gcjv8wtqwPvA+4=; b=PfIJ07Tit7S151Enr2gyBi6Dkp IaIvMlUjLwPmjcVvJLkfzLwziIAhl9xqxrEaqVKqiS3S4w8JBVHOA1TPyXCQa3gfdD/Zh/8qimM9W lN4bQfhMa4EV04C/45kUMZv1T; Received: from 174-29-48-168.hlrn.qwest.net ([174.29.48.168]:38864 helo=bapiya.Home) by box5379.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1hVMcr-0027kC-HX; Mon, 27 May 2019 15:53:45 -0500 From: Tom Tromey To: gdb-patches@sourceware.org Cc: Tom Tromey Subject: [FYI] Fix typo in gdb/NEWS Date: Mon, 27 May 2019 14:53:41 -0600 Message-Id: <20190527205341.16460-1-tom@tromey.com> I noticed a typo in gdb/NEWS. This fixes it. gdb/ChangeLog 2019-05-27 Tom Tromey * NEWS: Fix typo. --- gdb/ChangeLog | 4 ++++ gdb/NEWS | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/NEWS b/gdb/NEWS index 792548139e9..6546b7243a9 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -16,7 +16,7 @@ * Support for Pointer Authentication on AArch64 Linux. -* Two new convernience functions $_cimag and $_creal that extract the +* Two new convenience functions $_cimag and $_creal that extract the imaginary and real parts respectively from complex numbers. * Python API