From 16e1d1d3612e3d18120798bfb598b62c99537529 Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Fri, 25 Jun 1993 22:30:46 +0000 Subject: [PATCH] doc fix --- gdb/remote.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2