From 0f1c3b01814993b3285cab4d19021e4e00410e70 Mon Sep 17 00:00:00 2001
From: Oliver Schmidt
Date: Mon, 27 Apr 2015 09:39:50 +0200
Subject: [PATCH] Fixed comment.
---
libsrc/apple2/exec.s | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libsrc/apple2/exec.s b/libsrc/apple2/exec.s
index f589bd41a..d24de604c 100644
--- a/libsrc/apple2/exec.s
+++ b/libsrc/apple2/exec.s
@@ -166,7 +166,7 @@ setbuf: lda #$00 ; Low byte
bit $C080
.endif
- ; Reset stack we already passed
+ ; Reset stack as we already passed
; the point of no return anyway
ldx #$FF
txs
--
2.39.5