about summary refs log tree commit diff stats
path: root/linux/403unicode.mu
diff options
context:
space:
mode:
Diffstat (limited to 'linux/403unicode.mu')
-rw-r--r--linux/403unicode.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/403unicode.mu b/linux/403unicode.mu
index 2baefd9f..8594615a 100644
--- a/linux/403unicode.mu
+++ b/linux/403unicode.mu
@@ -199,7 +199,7 @@ fn read-grapheme in: (addr stream byte) -> _/eax: grapheme {
     }
 $read-grapheme:abort: {
       # TODO: print to stderr
-      print-string-to-real-screen "utf-8 encodings larger than 4 bytes are not supported. First byte seen: "
+      print-string-to-real-screen "utf-8 encodings larger than 4 bytes are not yet supported. First byte seen: "
       var n/eax: int <- copy c
       print-int32-hex-to-real-screen n
       print-string-to-real-screen "\n"