diff options
author | Simon Marchi <simon.marchi@ericsson.com> | 2016-08-23 13:49:56 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@ericsson.com> | 2016-08-23 13:49:56 -0400 |
commit | 34f81801be0b294a93ac73bac6f6195a66d10b98 (patch) | |
tree | 92c0013f2361419a51186edadba65c9f00e44f5f /gdb/stack.c | |
parent | d9de1fe3d5607f96491e8f16f474b9441cbec849 (diff) | |
download | gdb-34f81801be0b294a93ac73bac6f6195a66d10b98.zip gdb-34f81801be0b294a93ac73bac6f6195a66d10b98.tar.gz gdb-34f81801be0b294a93ac73bac6f6195a66d10b98.tar.bz2 |
Fix typo in comment
gdb/ChangeLog:
* stack.c (parse_frame_specification): Fix typo in comment.
Diffstat (limited to 'gdb/stack.c')
-rw-r--r-- | gdb/stack.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/stack.c b/gdb/stack.c index e890949..417e887 100644 --- a/gdb/stack.c +++ b/gdb/stack.c @@ -1277,8 +1277,8 @@ print_frame (struct frame_info *frame, int print_level, /* Read a frame specification in whatever the appropriate format is from FRAME_EXP. Call error() if the specification is in any way invalid (so - this function never returns NULL). When SEPECTED_P is non-NULL set its - target to indicate that the default selected frame was used. */ + this function never returns NULL). When SELECTED_FRAME_P is non-NULL + set its target to indicate that the default selected frame was used. */ static struct frame_info * parse_frame_specification (const char *frame_exp, int *selected_frame_p) |