From eb41253a15e2c976869ba1b1f0c3c0e60065fd4f Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 27 May 2019 14:53:12 -0600 Subject: [PATCH] Fix typo in gdb/NEWS 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/ChangeLog b/gdb/ChangeLog index 87ae3721764..2d8bec90cea 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2019-05-27 Tom Tromey + + * NEWS: Fix typo. + 2019-05-22 Tom Tromey * target.c (target_follow_exec): Constify parameter. 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 -- 2.30.2