Fix header guard name in #endif comment
authorChristian Biesinger <cbiesinger@google.com>
Wed, 5 Feb 2020 17:33:42 +0000 (11:33 -0600)
committerChristian Biesinger <cbiesinger@google.com>
Wed, 5 Feb 2020 17:35:33 +0000 (11:35 -0600)
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/ChangeLog
gdb/ppc-nbsd-tdep.h

index 8ea4ea55f7ca87111ed051c9d3f81ad12470c57b..193edf0507d56a02f9bbdda6c0b97f0f67b00682 100644 (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.
index 79b24c1e3ce6f886445afe944ed53463c2b442e7..efbed9ea002db0fb032399b6eb47e79b2ba2f5c5 100644 (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 */
This page took 0.026755 seconds and 4 git commands to generate.