about summary refs log tree commit diff stats
path: root/043space.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-05-19 10:38:23 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-05-19 10:38:23 -0700
commit33262afe8765131af6a4fffa8f8ddf6ac7ea3d58 (patch)
treec09fb0929a747db0f07411af4f1e9679ec0844a9 /043space.cc
parentf0fbbf79dbf2d1a44a32778706866f454619303e (diff)
downloadmu-33262afe8765131af6a4fffa8f8ddf6ac7ea3d58.tar.gz
1407
Diffstat (limited to '043space.cc')
-rw-r--r--043space.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/043space.cc b/043space.cc
index 494e8215..37683ab8 100644
--- a/043space.cc
+++ b/043space.cc
@@ -1,4 +1,4 @@
-//: Spaces help isolate functions from each other. You can create them at will,
+//: Spaces help isolate recipes from each other. You can create them at will,
 //: and all addresses in arguments are implicitly based on the 'default-space'
 //: (unless they have the /raw property)
 
@@ -18,7 +18,7 @@ recipe main [
   3:number <- copy 34:literal
   # pretend array
   1000:number <- copy 5:literal
-  # actual start of this function
+  # actual start of this recipe
   default-space:address:array:location <- copy 1000:literal
   1:address:number <- copy 3:literal
   8:number/raw <- copy 1:address:number/deref
@@ -60,7 +60,7 @@ recipe main [
   13:number <- copy 35:literal
   # pretend array
   1000:number <- copy 5:literal
-  # actual start of this function
+  # actual start of this recipe
   default-space:address:array:location <- copy 1000:literal
   1:address:point <- copy 12:literal
   9:number/raw <- get 1:address:point/deref, 1:offset
@@ -80,7 +80,7 @@ recipe main [
   14:number <- copy 35:literal
   # pretend array
   1000:number <- copy 5:literal
-  # actual start of this function
+  # actual start of this recipe
   default-space:address:array:location <- copy 1000:literal
   1:address:array:number <- copy 12:literal
   9:number/raw <- index 1:address:array:number/deref, 1:literal