[gdbserver] Fix typo in debug message
authorTom de Vries <tdevries@suse.de>
Sat, 3 Jun 2023 20:43:57 +0000 (22:43 +0200)
committerTom de Vries <tdevries@suse.de>
Sat, 3 Jun 2023 20:43:57 +0000 (22:43 +0200)
commit9e92dbaa0cea5b71778f9698f797ad4112421c83
treee8317632d80f1518b774d611f898932d0ea6a78e
parent6d280fed3d0a1a426216e57e4b52c1fba76f6f63
[gdbserver] Fix typo in debug message

I noticed in emit_ops_insns in gdbserver/linux-aarch64-low.cc:
...
  threads_debug_printf ("Adding %d instrucions at %s",
...

Fix the typo by using "instructions" instead.

Reviewed-By: Tom Tromey <tom@tromey.com>
gdbserver/linux-aarch64-low.cc