diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-08-03 15:17:10 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-08-03 15:17:10 +0000 |
commit | 2421fe6f20fb65373bc9c845b7071be25eebe40a (patch) | |
tree | 344a3e77ef6a73eb2b4b4a61c137d1361536a2dd /gdb/stack.c | |
parent | 877807f8c481a4c5780b3d7bba7963c068910434 (diff) | |
download | gdb-2421fe6f20fb65373bc9c845b7071be25eebe40a.zip gdb-2421fe6f20fb65373bc9c845b7071be25eebe40a.tar.gz gdb-2421fe6f20fb65373bc9c845b7071be25eebe40a.tar.bz2 |
gdb/
* stack.c (print_frame_arguments_choices): Comment typo fix.
Diffstat (limited to 'gdb/stack.c')
-rw-r--r-- | gdb/stack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/stack.c b/gdb/stack.c index 6e871c0..0e056e1 100644 --- a/gdb/stack.c +++ b/gdb/stack.c @@ -57,7 +57,7 @@ void (*deprecated_selected_frame_level_changed_hook) (int); -/* The possible choices of "set print frame-arguments, and the value +/* The possible choices of "set print frame-arguments", and the value of this setting. */ static const char *print_frame_arguments_choices[] = |