mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-12 10:28:59 +08:00
Fix some typos.
* breakpoint.c (update_watchpoint): Fix name of the update_global_location_list function. (print_one_breakpoint): Fix typo. (_initialize_breakpoint): Remove extra space in hbreak help string. * breakpoint.h (struct bp_location) <length>: Fix field description.
This commit is contained in:
@ -324,8 +324,8 @@ struct bp_location
|
||||
bp_loc_other. */
|
||||
CORE_ADDR address;
|
||||
|
||||
/* For hardware watchpoints, the size of data ad ADDRESS being
|
||||
watches. */
|
||||
/* For hardware watchpoints, the size of the memory region being
|
||||
watched. */
|
||||
int length;
|
||||
|
||||
/* Type of hardware watchpoint. */
|
||||
|
Reference in New Issue
Block a user