about summary refs log tree commit diff stats
path: root/shell/evaluate.mu
diff options
context:
space:
mode:
Diffstat (limited to 'shell/evaluate.mu')
-rw-r--r--shell/evaluate.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/evaluate.mu b/shell/evaluate.mu
index 8c8bf933..170a1713 100644
--- a/shell/evaluate.mu
+++ b/shell/evaluate.mu
@@ -59,7 +59,7 @@ fn evaluate _in: (addr handle cell), out: (addr handle cell), env-h: (handle cel
   }
   # in-addr is a syntax tree
   $evaluate:anonymous-function: {
-    # trees starting with "fn" are anonymous functions and therefore literals
+    # trees starting with "fn" are anonymous functions
     var expr/esi: (addr cell) <- copy in-addr
     # if its first elem is not "fn", break
     var in-addr/edx: (addr cell) <- copy in-addr