about summary refs log tree commit diff stats
path: root/030container.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-09-07 11:04:50 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-09-07 11:04:58 -0700
commitf46dbde539abbe34a5d29288e9114a911cb72bd6 (patch)
tree63cc7ecf93a9b00b960e2f812e4da81a38fc2d03 /030container.cc
parentd66e27838e4139f1a335f8ab1219ec357ce34b2d (diff)
downloadmu-f46dbde539abbe34a5d29288e9114a911cb72bd6.tar.gz
3303
Correction for syntax highlighting.
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 8047bd99..ac78a103 100644
--- a/030container.cc
+++ b/030container.cc
@@ -168,7 +168,7 @@ if (t.kind == CONTAINER) {
 //: does unnecessary work for meaningless types
 //:   e.g. (address number) also computes size of 'address'
 
-:(after "Begin Instruction Modifying Transforms")  // needs to happen before transform_names, therefore after "End Type Modifying Transforms" below
+:(after "Begin Instruction Modifying Transforms")  // needs to happen before transform_names, therefore after Type Modifying Transforms below
 Transform.push_back(compute_container_sizes);
 :(code)
 void compute_container_sizes(recipe_ordinal r) {