about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--043space.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/043space.cc b/043space.cc
index ce6e5623..93ea1a74 100644
--- a/043space.cc
+++ b/043space.cc
@@ -29,7 +29,7 @@ def main [
 def main [
   # pretend pointer from outside (2000 reserved for refcount)
   2001:num <- copy 34
-  # pretend address:array:location; in practice we'll use 'new"
+  # pretend address:array:location; in practice we'll use 'new'
   1000:num <- copy 0  # refcount
   1001:num <- copy 5  # length
   # actual start of this recipe