gdb/
authorYao Qi <yao@codesourcery.com>
Thu, 19 Jul 2012 16:01:13 +0000 (16:01 +0000)
committerYao Qi <yao@codesourcery.com>
Thu, 19 Jul 2012 16:01:13 +0000 (16:01 +0000)
* command.h, remote.c: Fix a typo in comment.

gdb/ChangeLog
gdb/command.h
gdb/remote.c

index 710978286c4a0fa650d29f1b68b765628a39cecb..95187f8cf52e6959bb93a70aa7b019d5df4f8c64 100644 (file)
@@ -1,3 +1,7 @@
+2012-07-19  Yao Qi  <yao@codesourcery.com>
+
+       * command.h, remote.c: Fix a typo in comment.
+
 2012-07-19  Tom Tromey  <tromey@redhat.com>
 
        PR exp/13206:
index 3064ce29a8125f8893126f271a8e9cbd7a8b18ae..88895bb04de5c74321d0f751ffc85b9ff8d1d384 100644 (file)
@@ -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
index 6ccab54bdd1dd6b551d825a855f2d4146542a494..9e620df2d39f938816c914c8a39f4cd9aca7e27d 100644 (file)
@@ -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;