From 2c9097c47f4b6612bdc67d4de6868dab737fc4a0 Mon Sep 17 00:00:00 2001
From: Christian Cunningham <cc@localhost>
Date: Sat, 2 Nov 2024 17:17:45 -0700
Subject: Fix spelling

---
 debug.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debug.inc b/debug.inc
index f410096..773eaa6 100644
--- a/debug.inc
+++ b/debug.inc
@@ -13,7 +13,7 @@
 	section .data
 	m_make	debug_register
 
-	;; TODO: Make print without newlineg
+	;; TODO: Make print without newline
 %macro	DEBUG_HERE	0-1	""
 	section .data
 	make_zstring	%%head,	"Log: ", __?FILE?__,":"
-- 
cgit v1.2.1