[binutils-gdb] Fix a typo in a comment.

John Baldwin jhb@sourceware.org
Wed Sep 12 23:23:00 GMT 2018


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

commit 88f22c34d0f39ee4aca87940bff2cbf47e64b9d7
Author: John Baldwin <jhb@FreeBSD.org>
Date:   Tue Sep 11 17:53:37 2018 +0000

    Fix a typo in a comment.
    
    gdb/ChangeLog:
    
    	* aarch64-fbsd-tdep.h (AARCH64_FBSD_SIZEOF_GREGSET): Fix comment
    	typo.

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

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index da66c9d..3106a6f 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2018-09-12  John Baldwin  <jhb@FreeBSD.org>
+
+	* aarch64-fbsd-tdep.h (AARCH64_FBSD_SIZEOF_GREGSET): Fix comment
+	typo.
+
 2018-09-12  Sergio Durigan Junior  <sergiodj@redhat.com>
 
 	* common/common-utils.c: Don't include '<sys/stat.h>'.
diff --git a/gdb/aarch64-fbsd-tdep.h b/gdb/aarch64-fbsd-tdep.h
index 4515ea8..a086834 100644
--- a/gdb/aarch64-fbsd-tdep.h
+++ b/gdb/aarch64-fbsd-tdep.h
@@ -21,7 +21,7 @@
 
 /* The general-purpose regset consists of 30 X registers, plus LR, SP,
    ELR, and SPSR registers.  SPSR is 32 bits but the structure is
-   passed to 64 bit alignment.  */
+   padded to 64 bit alignment.  */
 #define AARCH64_FBSD_SIZEOF_GREGSET  (34 * X_REGISTER_SIZE)
 
 /* The fp regset consists of 32 V registers, plus FPSR and FPCR which



More information about the Gdb-cvs mailing list