[FYI] Fix typo in gdb/NEWS

Message ID 20190527205341.16460-1-tom@tromey.com
State New, archived
Headers

Commit Message

Tom Tromey May 27, 2019, 8:53 p.m. UTC
  I noticed a typo in gdb/NEWS.  This fixes it.

gdb/ChangeLog
2019-05-27  Tom Tromey  <tom@tromey.com>

	* NEWS: Fix typo.
---
 gdb/ChangeLog | 4 ++++
 gdb/NEWS      | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)
  

Patch

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