This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PUSHED/OBVIOUS] Fix header guard name in #endif comment
- From: "Christian Biesinger via gdb-patches" <gdb-patches at sourceware dot org>
- To: gdb-patches at sourceware dot org
- Cc: Christian Biesinger <cbiesinger at google dot com>
- Date: Wed, 5 Feb 2020 11:36:04 -0600
- Subject: [PUSHED/OBVIOUS] Fix header guard name in #endif comment
- Reply-to: Christian Biesinger <cbiesinger at google dot com>
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
---
gdb/ppc-nbsd-tdep.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gdb/ppc-nbsd-tdep.h b/gdb/ppc-nbsd-tdep.h
index 79b24c1e3c..efbed9ea00 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 */
--
2.25.0.341.g760bfbb309-goog