From: Christian Biesinger Date: Wed, 5 Feb 2020 17:33:42 +0000 (-0600) Subject: Fix header guard name in #endif comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c8ecdda6b68722c35bfdef56fdd4ba652d77bffc;p=binutils-gdb.git Fix header guard name in #endif comment Makes the comment match the macro name in the #define/#ifdef. gdb/ChangeLog: 2020-02-05 Christian Biesinger * ppc-nbsd-tdep.h: Fix macro name in #endif comment. Change-Id: If7b2e49e65495b8eb9ed7b6c9a11277579a93a05 --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8ea4ea55f7c..193edf0507d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2020-02-05 Christian Biesinger + + * ppc-nbsd-tdep.h: Fix macro name in #endif comment. + 2020-02-05 Maciej W. Rozycki * nat/riscv-linux-tdesc.h: New file. diff --git a/gdb/ppc-nbsd-tdep.h b/gdb/ppc-nbsd-tdep.h index 79b24c1e3ce..efbed9ea002 100644 --- a/gdb/ppc-nbsd-tdep.h +++ b/gdb/ppc-nbsd-tdep.h @@ -29,4 +29,4 @@ extern struct ppc_reg_offsets ppcnbsd_reg_offsets; extern const struct regset ppcnbsd_gregset; extern const struct regset ppcnbsd_fpregset; -#endif /* ppc-nbsd-tdep.h */ +#endif /* PPC_NBSD_TDEP_H */