diff options
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. */ |