forked from Imagelibrary/binutils-gdb
[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>
This commit is contained in:
@@ -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".
|
||||
|
||||
Reference in New Issue
Block a user