[AArch64] Fix typo in comment

Just a trivial typo fix in a comment.

gdb/ChangeLog

2020-02-25  Luis Machado  <luis.machado@linaro.org>

	* aarch64-tdep.c (aarch64_vnv_type): Fix comment typo.
This commit is contained in:
Luis Machado 2020-02-25 11:56:58 -03:00
parent 2078dbb210
commit 09624f1fec
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2020-02-25 Luis Machado <luis.machado@linaro.org>
* aarch64-tdep.c (aarch64_vnv_type): Fix comment typo.
2020-02-25 Simon Marchi <simon.marchi@polymtl.ca>
* loc.h (dwarf2_get_die_type): Move to...

View File

@ -1967,7 +1967,7 @@ aarch64_vnv_type (struct gdbarch *gdbarch)
if (tdep->vnv_type == NULL)
{
/* The other AArch64 psuedo registers (Q,D,H,S,B) refer to a single value
/* The other AArch64 pseudo registers (Q,D,H,S,B) refer to a single value
slice from the non-pseudo vector registers. However NEON V registers
are always vector registers, and need constructing as such. */
const struct builtin_type *bt = builtin_type (gdbarch);