about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-11-01 02:49:51 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-11-01 02:49:51 -0700
commitdba9f1359dd720863cd6a1acd0646a090169de6b (patch)
treef739d182abe6c0320ee36ecc76f8819ba6d43670
parentaae198a93b03ca53a0eb2a661c0a8cc47780573f (diff)
downloadmu-dba9f1359dd720863cd6a1acd0646a090169de6b.tar.gz
4100
-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