about summary refs log tree commit diff stats
path: root/030container.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-05-17 10:44:12 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-05-17 10:44:12 -0700
commitd8603e814cc993233a694ead4787a51ae32467c2 (patch)
treef067259fd1e05270448e20aa75dbdeeee32193c1 /030container.cc
parent8e1c4783692824238b2d55f8e00bd996261d521c (diff)
downloadmu-d8603e814cc993233a694ead4787a51ae32467c2.tar.gz
2966
Diffstat (limited to '030container.cc')
-rw-r--r--030container.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/030container.cc b/030container.cc
index f45a8932..3135d5f2 100644
--- a/030container.cc
+++ b/030container.cc
@@ -94,7 +94,7 @@ def main [
 
 //: Global data structure for container metadata.
 //: Can't put this in type_info because later layers will add support for more
-//: complex type trees where metadata depends not just on the root of the type tree.
+//: complex type trees where metadata depends on *combinations* of types.
 
 :(after "Types")
 struct container_metadata {