From: Jan Kratochvil Date: Thu, 13 Nov 2014 17:56:48 +0000 (+0100) Subject: NEWS: Fix typo. X-Git-Tag: gdb-7.9-branchpoint~559 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5784b3caf8e2d55339994067e7f05dd047109b87;p=thirdparty%2Fbinutils-gdb.git NEWS: Fix typo. gdb/ChangeLog 2014-11-13 Jan Kratochvil * NEWS (maint set target-async): Fix typo. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c6e83158feb..53b05b4465e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2014-11-13 Jan Kratochvil + + * NEWS (maint set target-async): Fix typo. + 2014-11-12 Pedro Alves * infrun.c (enum infwait_states, infwait_state): Delete. diff --git a/gdb/NEWS b/gdb/NEWS index 649c29ee8eb..d6a8b6109bf 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -132,10 +132,10 @@ show record btrace replay-memory-access maint set target-async (on|off) maint show target-async - This controls whether GDB targets operate in syncronous or - asyncronous mode. Normally the default is asyncronous, if it is + This controls whether GDB targets operate in synchronous or + asynchronous mode. Normally the default is asynchronous, if it is available; but this can be changed to more easily debug problems - occurring only in syncronous mode. + occurring only in synchronous mode. set mi-async (on|off) show mi-async