[gdb] Fix grammar in comments and docs
authorTom de Vries <tdevries@suse.de>
Mon, 5 Jun 2023 10:53:15 +0000 (12:53 +0200)
committerTom de Vries <tdevries@suse.de>
Mon, 5 Jun 2023 10:53:15 +0000 (12:53 +0200)
commitf4afd6cb1b72760d1c8af4bc82c74c289aa1ecf7
tree1b345a8ad7aebd3162de8a236ce90d7cee8f481d
parent3bfdcabbc20d56ce25629b464262928a4f90c042
[gdb] Fix grammar in comments and docs

Fix grammar in some comments and docs:
- machines that doesn't -> machines that don't
- its a -> it's a
- its the -> it's the
- if does its not -> if it does it's not
- one more instructions if doesn't match ->
  one more instruction if it doesn't match
- it's own -> its own
- it's first -> its first
- it's pointer -> its pointer

I also came across "it's performance" in gdb/stubs/*-stub.c in the HP public
domain notice, I've left that alone.

Tested on x86_64-linux.
16 files changed:
gdb/amd64-tdep.c
gdb/doc/stabs.texinfo
gdb/gdbarch-gen.h
gdb/gdbarch_components.py
gdb/i386-tdep.c
gdb/or1k-tdep.c
gdb/ppc-linux-nat.c
gdb/ppc64-tdep.c
gdb/solib-dsbt.c
gdb/solib-svr4.c
gdb/stubs/i386-stub.c
gdb/stubs/m32r-stub.c
gdb/stubs/m68k-stub.c
gdb/testsuite/gdb.base/coremaker.c
gdb/testsuite/gdb.mi/mi-exec-run.exp
gdb/testsuite/lib/mi-support.exp