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:
Thiago Jung Bauermann
2011-02-04 17:27:19 +00:00
parent 041274d86d
commit a3be78903d
3 changed files with 17 additions and 6 deletions

View File

@ -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. */