Fix a typo in a comment.
[deliverable/binutils-gdb.git] / gdb / aarch64-fbsd-tdep.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
This page took 0.023469 seconds and 4 git commands to generate.