aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.h
diff options
context:
space:
mode:
authorTom de Vries <tdevries@suse.de>2024-09-03 17:30:37 +0200
committerTom de Vries <tdevries@suse.de>2024-09-03 17:30:37 +0200
commitbbc8c5a1d1ca379bb7e9919dac678ccd48fc1c69 (patch)
tree2fc811a6521abc21226bc81d24e3897901c26222 /gdb/breakpoint.h
parenta6ecb18b796b2a7342ab72d14c6bd440b718030f (diff)
downloadbinutils-bbc8c5a1d1ca379bb7e9919dac678ccd48fc1c69.zip
binutils-bbc8c5a1d1ca379bb7e9919dac678ccd48fc1c69.tar.gz
binutils-bbc8c5a1d1ca379bb7e9919dac678ccd48fc1c69.tar.bz2
[gdb] Fix typos
Fix a few typos. unconditionaly -> unconditionally gratuitiously -> gratuitously configureable -> configurable represention -> representation distiguished -> distinguished breakpointer -> breakpoint asssignments -> assignments architectual -> architectural compatibity -> compatibility adjustement -> adjustment unexcepted -> unexpected propogated -> propagated consistant -> consistent succeding -> succeeding higlight -> highlight detachs -> detach Tested by rebuilding on x86_64-linux. Approved-By: Simon Marchi <simon.marchi@efficios.com>
Diffstat (limited to 'gdb/breakpoint.h')
-rw-r--r--gdb/breakpoint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h
index ddc3719..87a521f 100644
--- a/gdb/breakpoint.h
+++ b/gdb/breakpoint.h
@@ -452,7 +452,7 @@ public:
as ``address'' (above) except for cases in which
ADJUST_BREAKPOINT_ADDRESS has computed a different address at
which to place the breakpoint in order to comply with a
- processor's architectual constraints. */
+ processor's architectural constraints. */
CORE_ADDR requested_address = 0;
/* An additional address assigned with this location. This is currently