]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix a typo in a comment.
authorJohn Baldwin <jhb@FreeBSD.org>
Tue, 11 Sep 2018 17:53:37 +0000 (17:53 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Wed, 12 Sep 2018 23:10:42 +0000 (16:10 -0700)
gdb/ChangeLog:

* aarch64-fbsd-tdep.h (AARCH64_FBSD_SIZEOF_GREGSET): Fix comment
typo.

gdb/ChangeLog
gdb/aarch64-fbsd-tdep.h

index da66c9d24ce2c57b580ce9d8330b898e795e5df1..3106a6f33b55abf8bd2b3d6845286653d4f7b803 100644 (file)
@@ -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>'.
index 4515ea8dcc482b4cd857e16e96412da5e582c576..a086834ab6afd120912fe15c83c84b762189dc92 100644 (file)
@@ -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