about summary refs log tree commit diff stats
path: root/036refcount.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-05-15 09:27:03 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-05-15 09:27:03 -0700
commita3218ee87458e19630f1480421a8275647608905 (patch)
treec06757f723f36004d9dd3335eae77b7f606e40a0 /036refcount.cc
parent0047765db531bf8fb9092dbcc421a3976c907d9b (diff)
downloadmu-a3218ee87458e19630f1480421a8275647608905.tar.gz
2961
Diffstat (limited to '036refcount.cc')
-rw-r--r--036refcount.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/036refcount.cc b/036refcount.cc
index 931be56a..929efaf3 100644
--- a/036refcount.cc
+++ b/036refcount.cc
@@ -1,5 +1,5 @@
 //: Update refcounts when copying addresses.
-//: The top of layer 34 has more on refcounts.
+//: The top of the address layer has more on refcounts.
 
 :(scenario refcounts)
 def main [
@@ -164,7 +164,7 @@ if (is_mu_address(product))
   update_refcounts(get_or_insert(Memory, product.value), get_or_insert(Memory, base_address+/*skip tag*/1), payload_size(product));
 // End Update Refcounts in Successful MAYBE_CONVERT
 
-//: manage refcounts in instructions that copy multiple locations at a time
+//:: manage refcounts in instructions that copy multiple locations at a time
 
 :(scenario refcounts_copy_nested)
 container foo [