diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-06-25 22:30:46 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-06-25 22:30:46 +0000 |
commit | 16e1d1d3612e3d18120798bfb598b62c99537529 (patch) | |
tree | 0d747a2bf380011013d3b0c2bbb8a1056c27c212 /gdb/remote.c | |
parent | f3fe62b125cb155caccabe5b8eddb9dd2b8e7744 (diff) | |
download | gdb-16e1d1d3612e3d18120798bfb598b62c99537529.zip gdb-16e1d1d3612e3d18120798bfb598b62c99537529.tar.gz gdb-16e1d1d3612e3d18120798bfb598b62c99537529.tar.bz2 |
doc fix
Diffstat (limited to 'gdb/remote.c')
-rw-r--r-- | gdb/remote.c | 2 |
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; |