From bbc8c5a1d1ca379bb7e9919dac678ccd48fc1c69 Mon Sep 17 00:00:00 2001 From: Tom de Vries Date: Tue, 3 Sep 2024 17:30:37 +0200 Subject: [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 --- gdb/breakpoint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/breakpoint.h') 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 -- cgit v1.1