From: Matt Wozniski Date: Tue, 16 Apr 2024 21:20:20 +0000 (-0400) Subject: Fix include guard typo X-Git-Tag: gdb-15-branchpoint~365 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1992aeb29ee6f14b0db3801538363ca606a9e687;p=thirdparty%2Fbinutils-gdb.git Fix include guard typo Signed-off-by: Matt Wozniski Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=31645 Approved-By: Tom Tromey --- diff --git a/gdb/arch/csky.h b/gdb/arch/csky.h index e2ac9159af3..290bf97dd12 100644 --- a/gdb/arch/csky.h +++ b/gdb/arch/csky.h @@ -18,7 +18,7 @@ along with this program. If not, see . */ #ifndef ARCH_CSKY_H -#define ARCH_CSKy_H +#define ARCH_CSKY_H #include "gdbsupport/tdesc.h"