diff options
Diffstat (limited to 'gdb/prologue-value.c')
-rw-r--r-- | gdb/prologue-value.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/prologue-value.c b/gdb/prologue-value.c index 46c5b68..0704787 100644 --- a/gdb/prologue-value.c +++ b/gdb/prologue-value.c @@ -399,7 +399,7 @@ pv_area_store_would_trash (struct pv_area *area, pv_t addr) This may return zero, if AREA has no entries. And since the entries are a ring, this may return an entry that - entirely preceeds OFFSET. This is the correct behavior: depending + entirely precedes OFFSET. This is the correct behavior: depending on the sizes involved, we could still overlap such an area, with wrap-around. */ static struct area_entry * |