From 973c575967442da470ad56efbfb897753f0de68e Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Thu, 3 Apr 2025 08:33:58 -0600 Subject: Many minor typo fixes I ran codespell on gdb/*.[chyl] and fixed a bunch of simple typos. Most of what remains is trickier, i.e., spots where a somewhat natural name of something in the code is flagged as a typo. Reviewed-By: Tom de Vries --- gdb/stack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/stack.c') diff --git a/gdb/stack.c b/gdb/stack.c index 6f986aa..6c4e0cd 100644 --- a/gdb/stack.c +++ b/gdb/stack.c @@ -827,7 +827,7 @@ print_frame_args (const frame_print_options &fp_opts, (1) Because find_saved_registers may be slow for remote debugging. - (2) Because registers are often re-used and stack + (2) Because registers are often reused and stack slots rarely (never?) are. Therefore using the stack slot is much less likely to print garbage. -- cgit v1.1