about summary refs log tree commit diff stats
path: root/103grapheme.subx
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-03-31 21:17:20 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-03-31 21:17:20 -0700
commit971062583a431f916a742b161cc524f4e52d2a9e (patch)
treecca55cc539ed4b91f3f1b90d4d20d9b2513dd1ad /103grapheme.subx
parent16f2bd1174632659cbad925f7271cd72feef3522 (diff)
downloadmu-971062583a431f916a742b161cc524f4e52d2a9e.tar.gz
.
Diffstat (limited to '103grapheme.subx')
-rw-r--r--103grapheme.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/103grapheme.subx b/103grapheme.subx
index ef1f31c9..1941d49b 100644
--- a/103grapheme.subx
+++ b/103grapheme.subx
@@ -1,7 +1,7 @@
 # Use the built-in font to draw a grapheme to real screen.
 #
 # We need to do this in machine code because Mu doesn't have global variables
-# yet (for the start of video memory).
+# yet (for the start of the font).
 #
 # There are uncomfortable assumptions baked in here about english/latin
 # script. We convert the grid of pixels into a fixed-width grid of graphemes,