diff options
author | Tom de Vries <tdevries@suse.de> | 2024-09-03 17:30:37 +0200 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2024-09-03 17:30:37 +0200 |
commit | bbc8c5a1d1ca379bb7e9919dac678ccd48fc1c69 (patch) | |
tree | 2fc811a6521abc21226bc81d24e3897901c26222 /gdb/ada-lang.c | |
parent | a6ecb18b796b2a7342ab72d14c6bd440b718030f (diff) | |
download | binutils-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/ada-lang.c')
-rw-r--r-- | gdb/ada-lang.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ada-lang.c b/gdb/ada-lang.c index 83794f9..d77fa3c 100644 --- a/gdb/ada-lang.c +++ b/gdb/ada-lang.c @@ -12637,7 +12637,7 @@ ada_exception_catchpoint_cond_string (const char *excep_string, may then be set only on user-defined exceptions which have the same not-fully-qualified name (e.g. my_package.constraint_error). - To avoid this unexcepted behavior, these standard exceptions are + To avoid this unexpected behavior, these standard exceptions are systematically prefixed by "standard". This means that "catch exception constraint_error" is rewritten into "catch exception standard.constraint_error". |