about summary refs log tree commit diff stats
path: root/font.subx
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-10-10 15:50:52 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-10-10 15:50:52 -0700
commit3254fe5ca5cfab59672ab300bf898f859ca17199 (patch)
tree084e793f425c6eac8ab29d291e79e16d030e095c /font.subx
parent365b1f855c9a589f49f145d80a784b36e1aaf6d6 (diff)
downloadmu-3254fe5ca5cfab59672ab300bf898f859ca17199.tar.gz
.
Diffstat (limited to 'font.subx')
-rw-r--r--font.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/font.subx b/font.subx
index 066b7267..d8dbfff0 100644
--- a/font.subx
+++ b/font.subx
@@ -12,7 +12,7 @@
 # characters, and a 32-byte bitmap.
 # The size can currently be only '08' or '10' (16).
 # * If it's '08', the glyph is 8 pixels wide, each row consists of one byte, and
-#   the last 8 bytes of the bitmap are ignored.
+#   the last 16 bytes of the bitmap are ignored.
 # * If it's '10', the glyph is 16 pixels wide, and each row consists of two
 #   bytes.