From: Jim Kingdon Date: Fri, 25 Jun 1993 22:30:46 +0000 (+0000) Subject: doc fix X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=16e1d1d3612e3d18120798bfb598b62c99537529;p=binutils-gdb.git doc fix --- diff --git a/gdb/remote.c b/gdb/remote.c index 41941ff69bd..4878e5a9237 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;