diff options
author | Michael Snyder <msnyder@vmware.com> | 2005-01-14 01:08:21 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2005-01-14 01:08:21 +0000 |
commit | 90c065fb131c2560fa6fe43cefb68fb8c69b5c2d (patch) | |
tree | 920d8470f213a04327fc2af7f7f05b03a8164f18 /gdb/remote-st.c | |
parent | 8a0ce09a33ce78c1cb70b3571a8bd80ef6d2e95d (diff) | |
download | gdb-90c065fb131c2560fa6fe43cefb68fb8c69b5c2d.zip gdb-90c065fb131c2560fa6fe43cefb68fb8c69b5c2d.tar.gz gdb-90c065fb131c2560fa6fe43cefb68fb8c69b5c2d.tar.bz2 |
2005-01-13 Michael Snyder <msnyder@redhat.com>
* remote-st.c: Whitespace tweaks.
Diffstat (limited to 'gdb/remote-st.c')
-rw-r--r-- | gdb/remote-st.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-st.c b/gdb/remote-st.c index a71998c..ce82c30 100644 --- a/gdb/remote-st.c +++ b/gdb/remote-st.c @@ -36,7 +36,7 @@ In reality, this module talks to a debug monitor called 'STDEBUG', which runs in a phone switch. We communicate with STDEBUG via either a direct serial line, or a TCP (or possibly TELNET) stream to a terminal multiplexor, - which in turn talks to the phone switch. */ + which in turn talks to the phone switch. */ #include "defs.h" #include "gdbcore.h" |