summaryrefslogtreecommitdiff
path: root/gdb/frame.c
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>2004-02-12 00:17:53 +0000
committerFred Fish <fnf@specifix.com>2004-02-12 00:17:53 +0000
commita7b21d0e1daca7a12116561fff589a2819b09307 (patch)
treef64e914640699bf13503254b85c96199ecf25448 /gdb/frame.c
parentb22aad9ba33528c77691391cc6cf73bf5ab11c17 (diff)
downloadgdb-a7b21d0e1daca7a12116561fff589a2819b09307.tar.gz
Fix obvious typo (completly -> completely) and update copyrights as needed
Diffstat (limited to 'gdb/frame.c')
-rw-r--r--gdb/frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/frame.c b/gdb/frame.c
index 072fcd89b30..e608005d30f 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).