diff options
author | Thiago Jung Bauermann <bauerman@br.ibm.com> | 2011-02-04 17:27:13 +0000 |
---|---|---|
committer | Thiago Jung Bauermann <bauerman@br.ibm.com> | 2011-02-04 17:27:13 +0000 |
commit | 003cb3107fe4c84a6c05ba69a1c82aae8f427fa4 (patch) | |
tree | 08cfb10cbd473e84dec29e12b87493e96cc662da /gdb/breakpoint.h | |
parent | acc931bef4cae0b9cc35751bbff1b2e1b1d84c23 (diff) | |
download | gdb-003cb3107fe4c84a6c05ba69a1c82aae8f427fa4.tar.gz |
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.
Diffstat (limited to 'gdb/breakpoint.h')
-rw-r--r-- | gdb/breakpoint.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h index 26441255bc6..86fae669fc3 100644 --- a/gdb/breakpoint.h +++ b/gdb/breakpoint.h @@ -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. */ |