diff options
Diffstat (limited to 'gdb/dwarf2-frame-tailcall.c')
-rw-r--r-- | gdb/dwarf2-frame-tailcall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dwarf2-frame-tailcall.c b/gdb/dwarf2-frame-tailcall.c index e8f5aaf..1b614ad 100644 --- a/gdb/dwarf2-frame-tailcall.c +++ b/gdb/dwarf2-frame-tailcall.c @@ -45,7 +45,7 @@ struct tailcall_cache tailcall_cache. */ int refc; - /* Associated found virtual taill call frames chain, it is never NULL. */ + /* Associated found virtual tail call frames chain, it is never NULL. */ struct call_site_chain *chain; /* Cached pretended_chain_levels result. */ |