From 9564ee9f56653915fe5392d68d1ec405f7bd48b6 Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Thu, 12 Feb 2004 00:17:53 +0000 Subject: Fix obvious typo (completly -> completely) and update copyrights as needed --- gdb/frame.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/frame.c') 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). -- cgit v1.1