From: Yao Qi Date: Thu, 19 Jul 2012 16:01:13 +0000 (+0000) Subject: gdb/ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a7c3d162281ed09f37e48c486f74885d2f1e61fc;p=binutils-gdb.git gdb/ * command.h, remote.c: Fix a typo in comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 710978286c4..95187f8cf52 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2012-07-19 Yao Qi + + * command.h, remote.c: Fix a typo in comment. + 2012-07-19 Tom Tromey PR exp/13206: diff --git a/gdb/command.h b/gdb/command.h index 3064ce29a81..88895bb04de 100644 --- a/gdb/command.h +++ b/gdb/command.h @@ -93,7 +93,7 @@ typedef enum var_types /* String which stores a filename. (*VAR) is a malloc'd string. */ var_filename, - /* ZeroableInteger. *VAR is an int. Like Unsigned Integer except + /* ZeroableInteger. *VAR is an int. Like var_integer except that zero really means zero. */ var_zinteger, /* ZeroableUnsignedInteger. *VAR is an unsigned int. Zero really diff --git a/gdb/remote.c b/gdb/remote.c index 6ccab54bdd1..9e620df2d39 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -1420,7 +1420,7 @@ static ptid_t any_thread_ptid; static ptid_t general_thread; static ptid_t continue_thread; -/* This the traceframe which we last selected on the remote system. +/* This is the traceframe which we last selected on the remote system. It will be -1 if no traceframe is selected. */ static int remote_traceframe_number = -1;