]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb/
authorYao Qi <yao@codesourcery.com>
Fri, 11 Oct 2013 03:01:09 +0000 (03:01 +0000)
committerYao Qi <yao@codesourcery.com>
Fri, 11 Oct 2013 03:01:09 +0000 (03:01 +0000)
Typo fix in my previous commit.

gdb/remote.c

index af3eac508798f8866e7ecb5952bd5f9fd447b203..a2e8a01b2f1d70b0a5c5432378afbac9eada52f7 100644 (file)
@@ -5274,7 +5274,7 @@ typedef struct stop_reply
   /* The identifier of the thread about this event  */
   ptid_t ptid;
 
-  /* The remote state this event associated is with.  When the remote
+  /* The remote state this event is associated with.  When the remote
      connection, represented by a remote_state object, is closed,
      all the associated stop_reply events should be released.  */
   struct remote_state *rs;