public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] [AArch64] Fix typo in comment
@ 2020-02-25 15:00 Luis Machado
  0 siblings, 0 replies; only message in thread
From: Luis Machado @ 2020-02-25 15:00 UTC (permalink / raw)
  To: gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=09624f1fece637e17c0c31f6b7589466402ea407

commit 09624f1fece637e17c0c31f6b7589466402ea407
Author: Luis Machado <luis.machado@linaro.org>
Date:   Tue Feb 25 11:56:58 2020 -0300

    [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.

Diff:
---
 gdb/ChangeLog      | 4 ++++
 gdb/aarch64-tdep.c | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 01cd38d..879a17a 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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...
diff --git a/gdb/aarch64-tdep.c b/gdb/aarch64-tdep.c
index 31b90c8..216e85d 100644
--- a/gdb/aarch64-tdep.c
+++ b/gdb/aarch64-tdep.c
@@ -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);


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-02-25 15:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-25 15:00 [binutils-gdb] [AArch64] Fix typo in comment Luis Machado

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).