about summary refs log tree commit diff stats
path: root/prototypes/browse/6.mu
diff options
context:
space:
mode:
Diffstat (limited to 'prototypes/browse/6.mu')
-rw-r--r--prototypes/browse/6.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/prototypes/browse/6.mu b/prototypes/browse/6.mu
index 520a13fd..9685ab43 100644
--- a/prototypes/browse/6.mu
+++ b/prototypes/browse/6.mu
@@ -15,7 +15,7 @@ fn main args: (addr array (addr array byte)) -> exit-status/ebx: int {
 }
 
 fn render in: (addr buffered-file), nrows: int, ncols: int {
-  # hardcoded parameter: text-width
+  # hardcoded parameter: page-width
   var toprow/eax: int <- copy 2
   var botrow/ecx: int <- copy toprow
   botrow <- add nrows