public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Fix include guard typo
@ 2024-04-16 21:20 Matt Wozniski
  2024-04-17 13:32 ` Tom Tromey
  0 siblings, 1 reply; 2+ messages in thread
From: Matt Wozniski @ 2024-04-16 21:20 UTC (permalink / raw)
  To: gdb-patches; +Cc: Matt Wozniski

Signed-off-by: Matt Wozniski <godlygeek@gmail.com>
---
 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"
 
-- 
2.39.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix include guard typo
  2024-04-16 21:20 [PATCH] Fix include guard typo Matt Wozniski
@ 2024-04-17 13:32 ` Tom Tromey
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Tromey @ 2024-04-17 13:32 UTC (permalink / raw)
  To: Matt Wozniski; +Cc: gdb-patches

>>>>> "Matt" == Matt Wozniski <godlygeek@gmail.com> writes:

Matt> Signed-off-by: Matt Wozniski <godlygeek@gmail.com>

Thanks, I'm checking this in.

Tom

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-04-17 13:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-16 21:20 [PATCH] Fix include guard typo Matt Wozniski
2024-04-17 13:32 ` 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).