[AArch64] Fix typo in comment
authorLuis Machado <luis.machado@linaro.org>
Tue, 25 Feb 2020 14:56:58 +0000 (11:56 -0300)
committerLuis Machado <luis.machado@linaro.org>
Tue, 25 Feb 2020 14:59:14 +0000 (11:59 -0300)
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.

gdb/ChangeLog
gdb/aarch64-tdep.c

index 01cd38d01a99d8468d36155789c975dd5dd451a0..879a17a653c3257de98c54c4aef6a6158f012e2a 100644 (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...
index 31b90c89c7c79a7036ef4662c1333a4e41ea2490..216e85d448edc2a2290792ad55ef88e26a1664a2 100644 (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);
This page took 0.030716 seconds and 4 git commands to generate.