diff options
author | Fred Fish <fnf@specifix.com> | 2004-02-12 00:17:53 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 2004-02-12 00:17:53 +0000 |
commit | 9564ee9f56653915fe5392d68d1ec405f7bd48b6 (patch) | |
tree | e69a0ec76a1fc93e988deb09e0110bdf23b23e4d /gdb/frame.c | |
parent | 0a064bb6f995c5850366fbf57b4d0181975638f8 (diff) | |
download | gdb-9564ee9f56653915fe5392d68d1ec405f7bd48b6.zip gdb-9564ee9f56653915fe5392d68d1ec405f7bd48b6.tar.gz gdb-9564ee9f56653915fe5392d68d1ec405f7bd48b6.tar.bz2 |
Fix obvious typo (completly -> completely) and update copyrights as needed
Diffstat (limited to 'gdb/frame.c')
-rw-r--r-- | gdb/frame.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/frame.c b/gdb/frame.c index 072fcd8..e608005 100644 --- a/gdb/frame.c +++ b/gdb/frame.c @@ -1286,7 +1286,7 @@ legacy_get_prev_frame (struct frame_info *this_frame) prev = FRAME_OBSTACK_ZALLOC (struct frame_info); prev->level = this_frame->level + 1; - /* Do not completly wire it in to the frame chain. Some (bad) code + /* Do not completely wire it in to the frame chain. Some (bad) code in INIT_FRAME_EXTRA_INFO tries to look along frame->prev to pull some fancy tricks (of course such code is, by definition, recursive). |