aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote.c
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-06-25 22:30:46 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-06-25 22:30:46 +0000
commit16e1d1d3612e3d18120798bfb598b62c99537529 (patch)
tree0d747a2bf380011013d3b0c2bbb8a1056c27c212 /gdb/remote.c
parentf3fe62b125cb155caccabe5b8eddb9dd2b8e7744 (diff)
downloadfsf-binutils-gdb-16e1d1d3612e3d18120798bfb598b62c99537529.zip
fsf-binutils-gdb-16e1d1d3612e3d18120798bfb598b62c99537529.tar.gz
fsf-binutils-gdb-16e1d1d3612e3d18120798bfb598b62c99537529.tar.bz2
doc fix
Diffstat (limited to 'gdb/remote.c')
-rw-r--r--gdb/remote.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote.c b/gdb/remote.c
index 41941ff..4878e5a 100644
--- a/gdb/remote.c
+++ b/gdb/remote.c
@@ -182,7 +182,7 @@ static int timeout = 2;
int icache;
#endif
-/* Descriptor for I/O to remote machine. Initialize it to -1 so that
+/* Descriptor for I/O to remote machine. Initialize it to NULL so that
remote_open knows that we don't have a file open when the program
starts. */
serial_t remote_desc = NULL;