public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] Fix include guard typo
@ 2024-04-17 13:39 Tom Tromey
  0 siblings, 0 replies; only message in thread
From: Tom Tromey @ 2024-04-17 13:39 UTC (permalink / raw)
  To: gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=1992aeb29ee6f14b0db3801538363ca606a9e687

commit 1992aeb29ee6f14b0db3801538363ca606a9e687
Author: Matt Wozniski <godlygeek@gmail.com>
Date:   Tue Apr 16 17:20:20 2024 -0400

    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>

Diff:
---
 gdb/arch/csky.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 <http://www.gnu.org/licenses/>.  */
 
 #ifndef ARCH_CSKY_H
-#define ARCH_CSKy_H
+#define ARCH_CSKY_H
 
 #include "gdbsupport/tdesc.h"

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-04-17 13:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-17 13:39 [binutils-gdb] Fix include guard typo Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).