diff options
Diffstat (limited to '036refcount.cc')
-rw-r--r-- | 036refcount.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/036refcount.cc b/036refcount.cc index a4cece49..477dc011 100644 --- a/036refcount.cc +++ b/036refcount.cc @@ -228,10 +228,10 @@ struct address_element_info { int offset; // All the information we need to compute sizes of items inside an address - // inside a container. `payload_type` Doesn't need to be a full-scale - // reagent, since an address inside a container can never be an array, and - // arrays are the only type that need to know their location to compute their - // size. + // inside a container. 'payload_type' doesn't need to be a full-scale + // reagent because an address inside a container can never be an array, and + // because arrays are the only type that need to know their location to + // compute their size. const type_tree* payload_type; address_element_info(int o, const type_tree* p); |