about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--036refcount.cc2
-rw-r--r--037abandon.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/036refcount.cc b/036refcount.cc
index 9ee6e657..85a86f21 100644
--- a/036refcount.cc
+++ b/036refcount.cc
@@ -64,7 +64,7 @@ void update_refcounts(int old_address, int new_address, const type_tree* payload
       }
       exit(0);
     }
-    // End Decrement Reference Count(old_address, payload_type, payload_size)
+    // End Decrement Refcount(old_address, payload_type, payload_size)
   }
   // increment refcount of new address
   if (new_address) {
diff --git a/037abandon.cc b/037abandon.cc
index 455a4201..2c681f7f 100644
--- a/037abandon.cc
+++ b/037abandon.cc
@@ -13,7 +13,7 @@ def main [
 # both allocations should have returned the same address
 +mem: storing 1 in location 5
 
-:(before "End Decrement Reference Count(old_address, payload_type, payload_size)")
+:(before "End Decrement Refcount(old_address, payload_type, payload_size)")
 if (old_refcount == 0) {
   trace(9999, "mem") << "automatically abandoning " << old_address << end();
   abandon(old_address, payload_type, payload_size);