about summary refs log tree commit diff stats
path: root/mu_summary
diff options
context:
space:
mode:
Diffstat (limited to 'mu_summary')
-rw-r--r--mu_summary2
1 files changed, 1 insertions, 1 deletions
diff --git a/mu_summary b/mu_summary
index 1ac7a086..f97e1bd6 100644
--- a/mu_summary
+++ b/mu_summary
@@ -215,7 +215,7 @@ Similarly, conditional loops:
 
   var/reg: (addr T_f) <- get var/reg: (addr T), f
     where record (product) type T has elements a, b, c, ... of types T_a, T_b, T_c, ...
-  var/reg: (addr T_f) <- get var: (addr T), f
+  var/reg: (addr T_f) <- get var: T, f
 
 ## Handles for safe access to the heap