NEWS: Fix typo.

gdb/ChangeLog
2014-11-13  Jan Kratochvil  <jan.kratochvil@redhat.com>

	* NEWS (maint set target-async): Fix typo.
This commit is contained in:
Jan Kratochvil
2014-11-13 18:56:48 +01:00
parent a5c71af8d3
commit 5784b3caf8
2 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
2014-11-13 Jan Kratochvil <jan.kratochvil@redhat.com>
* NEWS (maint set target-async): Fix typo.
2014-11-12 Pedro Alves <palves@redhat.com>
* infrun.c (enum infwait_states, infwait_state): Delete.

View File

@@ -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