aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorTom de Vries <tdevries@suse.de>2024-10-08 08:24:13 +0200
committerTom de Vries <tdevries@suse.de>2024-10-08 08:24:13 +0200
commite808bbbe37dda4a3ec5872ff990090cc746ad7ac (patch)
tree10da51a4cdbff7f321a77183556ea0b5a5808116 /gdb
parent0576fe8146527d871558d82d3e4e99d85f2115a7 (diff)
downloadbinutils-e808bbbe37dda4a3ec5872ff990090cc746ad7ac.zip
binutils-e808bbbe37dda4a3ec5872ff990090cc746ad7ac.tar.gz
binutils-e808bbbe37dda4a3ec5872ff990090cc746ad7ac.tar.bz2
[gdb/contrib] Fix "sofar->so far" misspelling
I forgot to follow up on a review comment and fix the "sofar->so far" misspelling [1]. Fix this by adding it to gdb/contrib/common-misspellings.txt. Tested on x86_64-linux. [1] https://sourceware.org/pipermail/gdb-patches/2024-September/211894.html
Diffstat (limited to 'gdb')
-rw-r--r--gdb/contrib/common-misspellings.txt1
-rw-r--r--gdb/run-on-main-thread.c2
-rw-r--r--gdb/symtab.c2
3 files changed, 3 insertions, 2 deletions
diff --git a/gdb/contrib/common-misspellings.txt b/gdb/contrib/common-misspellings.txt
index 7281ec0..62e2c51 100644
--- a/gdb/contrib/common-misspellings.txt
+++ b/gdb/contrib/common-misspellings.txt
@@ -15,3 +15,4 @@
# Common spelling mistakes.
inbetween->between, in between, in-between
+sofar->so far
diff --git a/gdb/run-on-main-thread.c b/gdb/run-on-main-thread.c
index a6213d4..746ea35 100644
--- a/gdb/run-on-main-thread.c
+++ b/gdb/run-on-main-thread.c
@@ -85,7 +85,7 @@ run_events (int error, gdb_client_data client_data)
{
/* Should cancelation of a runnable event cancel the execution of
the following one? The answer is not clear, so keep doing what
- we've done sofar: ignore this exception. */
+ we've done so far: ignore this exception. */
}
catch (const gdb_exception &)
{
diff --git a/gdb/symtab.c b/gdb/symtab.c
index 0a07746..a479e92 100644
--- a/gdb/symtab.c
+++ b/gdb/symtab.c
@@ -2992,7 +2992,7 @@ find_pc_sect_compunit_symtab (CORE_ADDR pc, struct obj_section *section)
section. */
}
- /* Cust is best found sofar, save it. */
+ /* Cust is best found so far, save it. */
best_cust = cust;
best_cust_range = range;
}