diff options
author | Matt Wozniski <godlygeek@gmail.com> | 2024-04-16 17:20:20 -0400 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2024-04-17 07:31:58 -0600 |
commit | 1992aeb29ee6f14b0db3801538363ca606a9e687 (patch) | |
tree | aff5423797567d40940073019c9e18d5c2b3db14 | |
parent | 7a59cf956369336eb9346196a85976e4042019f5 (diff) | |
download | gdb-1992aeb29ee6f14b0db3801538363ca606a9e687.zip gdb-1992aeb29ee6f14b0db3801538363ca606a9e687.tar.gz gdb-1992aeb29ee6f14b0db3801538363ca606a9e687.tar.bz2 |
Fix include guard typo
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>
-rw-r--r-- | gdb/arch/csky.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/arch/csky.h b/gdb/arch/csky.h index e2ac915..290bf97 100644 --- a/gdb/arch/csky.h +++ b/gdb/arch/csky.h @@ -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" |