diff options
author | Tom Tromey <tom@tromey.com> | 2019-05-27 14:53:12 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2019-05-27 14:53:12 -0600 |
commit | eb41253a15e2c976869ba1b1f0c3c0e60065fd4f (patch) | |
tree | 4624547f02a99e37d4d1c0a0527433239d372fdd | |
parent | 5f63875b309f3ae9854ac8a12470111b794a70a2 (diff) | |
download | gdb-eb41253a15e2c976869ba1b1f0c3c0e60065fd4f.zip gdb-eb41253a15e2c976869ba1b1f0c3c0e60065fd4f.tar.gz gdb-eb41253a15e2c976869ba1b1f0c3c0e60065fd4f.tar.bz2 |
Fix typo in gdb/NEWS
I noticed a typo in gdb/NEWS. This fixes it.
gdb/ChangeLog
2019-05-27 Tom Tromey <tom@tromey.com>
* NEWS: Fix typo.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/NEWS | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 87ae372..2d8bec9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2019-05-27 Tom Tromey <tom@tromey.com> + + * NEWS: Fix typo. + 2019-05-22 Tom Tromey <tromey@adacore.com> * target.c (target_follow_exec): Constify parameter. @@ -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 |