diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2014-11-13 18:56:48 +0100 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2014-11-13 18:56:48 +0100 |
commit | 5784b3caf8e2d55339994067e7f05dd047109b87 (patch) | |
tree | 8acb1680035f3a678bf05ac726d2bc26b654a0f6 /gdb/NEWS | |
parent | a5c71af8d3c7c535f27614947f72883233658706 (diff) | |
download | gdb-5784b3caf8e2d55339994067e7f05dd047109b87.zip gdb-5784b3caf8e2d55339994067e7f05dd047109b87.tar.gz gdb-5784b3caf8e2d55339994067e7f05dd047109b87.tar.bz2 |
NEWS: Fix typo.
gdb/ChangeLog
2014-11-13 Jan Kratochvil <jan.kratochvil@redhat.com>
* NEWS (maint set target-async): Fix typo.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |