about summary refs log tree commit diff stats
path: root/apps/tile/word.mu
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tile/word.mu')
-rw-r--r--apps/tile/word.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tile/word.mu b/apps/tile/word.mu
index c51c4bf4..64d03ff8 100644
--- a/apps/tile/word.mu
+++ b/apps/tile/word.mu
@@ -176,7 +176,7 @@ fn cursor-at-start? _self: (addr word) -> _/eax: boolean {
   return result
 }
 
-fn cursor-at-end? _self: (addr word) -> result/eax: boolean {
+fn cursor-at-end? _self: (addr word) -> _/eax: boolean {
   var self/esi: (addr word) <- copy _self
   var data-ah/eax: (addr handle gap-buffer) <- get self, scalar-data
   var data/eax: (addr gap-buffer) <- lookup *data-ah