gdb/gdbserver/
authorYao Qi <yao@codesourcery.com>
Wed, 2 Nov 2011 04:20:47 +0000 (04:20 +0000)
committerYao Qi <yao@codesourcery.com>
Wed, 2 Nov 2011 04:20:47 +0000 (04:20 +0000)
* target.h: Fix a typo in comment.

gdb/gdbserver/ChangeLog
gdb/gdbserver/target.h

index 45d3f86dc71b8ca715a2c4604f62915217b3fc32..b70c5d05ec33e1781420a30b458c7e5ce868aa01 100644 (file)
@@ -1,3 +1,7 @@
+2011-11-02  Yao Qi  <yao@codesourcery.com>
+
+       * target.h: Fix a typo in comment.
+
 2011-10-31  Pedro Alves  <pedro@codesourcery.com>
 
        * mem-break.c (check_mem_write): Add `myaddr' parameter.  Don't
index 8b241ff9c71f52ef6096626706092206a4747809..f60e0a601d30853c55d5419c590dc28dbd8af4d1 100644 (file)
@@ -334,7 +334,7 @@ struct target_ops
   /* Read Thread Information Block address.  */
   int (*get_tib_address) (ptid_t ptid, CORE_ADDR *address);
 
-  /* Pause all threads.  If FREEZE, arrange for any resume attempt be
+  /* Pause all threads.  If FREEZE, arrange for any resume attempt to
      be ignored until an unpause_all call unfreezes threads again.
      There can be nested calls to pause_all, so a freeze counter
      should be maintained.  */
This page took 0.029504 seconds and 4 git commands to generate.