diff options
Diffstat (limited to 'gdb/frame-base.h')
-rw-r--r-- | gdb/frame-base.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/frame-base.h b/gdb/frame-base.h index 8436929..ba12c70 100644 --- a/gdb/frame-base.h +++ b/gdb/frame-base.h @@ -32,7 +32,7 @@ struct regcache; the NEXT frame's register unwind method, to determine the address of THIS frame's `base'. - The exact meaning of `base' is highly dependant on the type of the + The exact meaning of `base' is highly dependent on the type of the debug info. It is assumed that dwarf2, stabs, ... will each provide their own methods. |