diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-11-29 01:59:08 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-11-29 01:59:08 +0000 |
commit | fe67b6c54e516495cc6c4c12cd974feb03be5232 (patch) | |
tree | aad46c0fe3b169577f0123b320a0fa9e053a3592 /gdb | |
parent | 1058bca7483f329cd60fba85ce7391d522885fde (diff) | |
download | gdb-fe67b6c54e516495cc6c4c12cd974feb03be5232.zip gdb-fe67b6c54e516495cc6c4c12cd974feb03be5232.tar.gz gdb-fe67b6c54e516495cc6c4c12cd974feb03be5232.tar.bz2 |
Fix tipo in changelog.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 434ec84..19f9ba3 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -4,8 +4,8 @@ (find_frame_sal): New function. * frame.h (find_frame_sal): Declare. (struct symtab_and_line): Add opaque declaration. - * stack.c (print_frame_info_base): Use find_pc_line instead of - find_frame_sal. + * stack.c (print_frame_info_base): Use find_frame_sal instead of + find_pc_line. (frame_info): Ditto. * ada-lang.c (find_printable_frame): Ditto. |