summaryrefslogtreecommitdiff
path: root/gdb/frame.h
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2004-09-08 04:56:20 +0000
committerJim Blandy <jimb@codesourcery.com>2004-09-08 04:56:20 +0000
commit43c9c5f292d4bec9554b17e09efec3e49a8a1765 (patch)
tree8fe9fcd89c4ca055df11316051599f5d8b563eac /gdb/frame.h
parentc41bc6cb72abf12d286d00e9c9a4b5da53bc90fa (diff)
downloadgdb-43c9c5f292d4bec9554b17e09efec3e49a8a1765.tar.gz
* frame.h (frame_register): Doc fix.
Diffstat (limited to 'gdb/frame.h')
-rw-r--r--gdb/frame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/frame.h b/gdb/frame.h
index ee2934d3560..f4b10891b46 100644
--- a/gdb/frame.h
+++ b/gdb/frame.h
@@ -420,7 +420,7 @@ extern void frame_unwind_unsigned_register (struct frame_info *frame,
int regnum, ULONGEST *val);
/* Get the value of the register that belongs to this FRAME. This
- function is a wrapper to the call sequence ``frame_unwind_register
+ function is a wrapper to the call sequence ``frame_register_unwind
(get_next_frame (FRAME))''. As per frame_register_unwind(), if
VALUEP is NULL, the registers value is not fetched/computed. */