@@ -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...
@@ -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);