Little function doc fix in target.h

Message ID 87r3fjwkbf.fsf@oracle.com
State New, archived
Headers

Commit Message

Jose E. Marchesi March 9, 2016, 6:57 p.m. UTC
  Ok to commit?
  

Comments

Pedro Alves March 9, 2016, 6:57 p.m. UTC | #1
On 03/09/2016 06:57 PM, Jose E. Marchesi wrote:
>
> Ok to commit?

OK.

Thanks,
Pedro Alves
  
Jose E. Marchesi March 9, 2016, 7:19 p.m. UTC | #2
>
    > Ok to commit?
    
    OK.
    
Installed.  Thanks.
  

Patch

diff --git a/gdb/target.h b/gdb/target.h
index e1419a9..26c8579 100644
--- a/gdb/target.h
+++ b/gdb/target.h
@@ -1922,7 +1922,8 @@  extern const char *target_thread_name (struct thread_info *);
    TYPE isn't supported.  TYPE is one of bp_hardware_watchpoint,
    bp_read_watchpoint, bp_write_watchpoint, or bp_hardware_breakpoint.
    CNT is the number of such watchpoints used so far, including this
-   one.  OTHERTYPE is who knows what...  */
+   one.  OTHERTYPE is the number of watchpoints of other types than
+   this one used so far.  */
 
 #define target_can_use_hardware_watchpoint(TYPE,CNT,OTHERTYPE) \
  (*current_target.to_can_use_hw_breakpoint) (&current_target,  \