diff options
Diffstat (limited to 'gdb/utils.c')
-rw-r--r-- | gdb/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/utils.c b/gdb/utils.c index 824dabe..1e08155 100644 --- a/gdb/utils.c +++ b/gdb/utils.c @@ -456,7 +456,7 @@ discard_all_continuations () } } -/* Add a continuation to the continuation list, the gloabl list +/* Add a continuation to the continuation list, the global list intermediate_continuation. The new continuation will be added at the front.*/ void add_intermediate_continuation (continuation_hook, arg_list) |