From: Michael Chastain Date: Wed, 5 Feb 2003 07:58:40 +0000 (+0000) Subject: 2003-02-04 Michael Chastain X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b68767c12c1050544f7f04f16b443ef895b4520e;p=binutils-gdb.git 2003-02-04 Michael Chastain * NEWS: Fix typo: sepcifying -> specifying. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 187e63b81f5..f4b3b3e1e3c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2003-02-04 Michael Chastain + + * NEWS: Fix typo: sepcifying -> specifying. + 2003-02-04 Michael Chastain * dwarfread.c: Add documentation on the state of dwarf-1, diff --git a/gdb/NEWS b/gdb/NEWS index 60c8067419e..eaefeff70e7 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -20,7 +20,7 @@ data, for more informative profiling results. The default MI (machine interface) syntax, enabled by the command line option "-i=mi", has been changed to "mi2". The previous MI syntax, -"mi1", can be enabled by sepcifying the option "-i=mi1". +"mi1", can be enabled by specifying the option "-i=mi1". Support for the original "mi0" syntax (included in GDB 5.0) has been removed.