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  <cbiesinger@google.com>

	* ppc-nbsd-tdep.h: Fix macro name in #endif comment.

Change-Id: If7b2e49e65495b8eb9ed7b6c9a11277579a93a05
This commit is contained in:
Christian Biesinger 2020-02-05 11:33:42 -06:00
parent f6480e7000
commit c8ecdda6b6
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2020-02-05 Christian Biesinger <cbiesinger@google.com>
* ppc-nbsd-tdep.h: Fix macro name in #endif comment.
2020-02-05 Maciej W. Rozycki <macro@wdc.com>
* nat/riscv-linux-tdesc.h: New file.

View File

@ -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 */