about summary refs log tree commit diff stats
path: root/036refcount.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-08-17 11:54:28 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-08-17 11:54:28 -0700
commited8e4c17417828528fbb2350b19f24d73c989fc9 (patch)
treee4131373647e6733a1d5c0cebe04b462b6d9db5e /036refcount.cc
parentdb69ad7a38d9ff1c2bb5b1a2274514d2bdc44d1b (diff)
downloadmu-ed8e4c17417828528fbb2350b19f24d73c989fc9.tar.gz
3211
Diffstat (limited to '036refcount.cc')
-rw-r--r--036refcount.cc2
1 files changed, 1 insertions, 1 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) {