From: Oliver Schmidt
Date: Mon, 27 Apr 2015 07:39:50 +0000 (+0200)
Subject: Fixed comment.
X-Git-Tag: V2.15~8
X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0f1c3b01814993b3285cab4d19021e4e00410e70;p=cc65
Fixed comment.
---
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