about summary refs log tree commit diff stats
path: root/033exclusive_container.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-05-07 10:36:00 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-05-07 10:36:00 -0700
commitdb2617ee10717b827f524647a37e5924a676017e (patch)
tree9ff77f7bbd894abca3cfbf7123f64abe57ff908a /033exclusive_container.cc
parent5ba4eab4dc752c6e4481a5052d21530c7a0999ea (diff)
downloadmu-db2617ee10717b827f524647a37e5924a676017e.tar.gz
2936
Diffstat (limited to '033exclusive_container.cc')
-rw-r--r--033exclusive_container.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/033exclusive_container.cc b/033exclusive_container.cc
index a24df65d..cf55598e 100644
--- a/033exclusive_container.cc
+++ b/033exclusive_container.cc
@@ -16,8 +16,8 @@ get(Type, tmp).elements.push_back(reagent("p:point"));
 }
 
 //: Tests in this layer often explicitly set up memory before reading it as an
-//: array. Don't do this in general. I'm tagging exceptions with /raw to avoid
-//: errors.
+//: array. Don't do this in general. I'm tagging exceptions with /raw to keep
+//: checks in future layers from flagging them.
 :(scenario copy_exclusive_container)
 # Copying exclusive containers copies all their contents and an extra location for the tag.
 def main [