]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix include guard typo
authorMatt Wozniski <godlygeek@gmail.com>
Tue, 16 Apr 2024 21:20:20 +0000 (17:20 -0400)
committerTom Tromey <tromey@adacore.com>
Wed, 17 Apr 2024 13:31:58 +0000 (07:31 -0600)
Signed-off-by: Matt Wozniski <godlygeek@gmail.com>
Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=31645
Approved-By: Tom Tromey <tom@tromey.com>
gdb/arch/csky.h

index e2ac9159af37866fce2935a8ca7f30df2e3e0754..290bf97dd1275542d9ddabed37c81c2a59aa48b4 100644 (file)
@@ -18,7 +18,7 @@
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #ifndef ARCH_CSKY_H
-#define ARCH_CSKy_H
+#define ARCH_CSKY_H
 
 #include "gdbsupport/tdesc.h"