aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.h
diff options
context:
space:
mode:
authorThiago Jung Bauermann <bauerman@br.ibm.com>2011-02-04 17:27:19 +0000
committerThiago Jung Bauermann <bauerman@br.ibm.com>2011-02-04 17:27:19 +0000
commita3be78903d86658beeac7227bc76cae9f05c0cac (patch)
treead96e81d1d1f786034c6ad5d0b395606949c5e6a /gdb/breakpoint.h
parent041274d86dbad1e84b5c09c236b9d68952406aea (diff)
downloadgdb-a3be78903d86658beeac7227bc76cae9f05c0cac.zip
gdb-a3be78903d86658beeac7227bc76cae9f05c0cac.tar.gz
gdb-a3be78903d86658beeac7227bc76cae9f05c0cac.tar.bz2
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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h
index 2644125..86fae66 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. */