commit a5d2c1334fb4aefef7a85f1086912b1d9a9a5fa5 parent c22555da8c036dd1e0ab496a14b071a056633212 Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu> Date: Tue, 8 Mar 2016 15:50:20 -0500 fix typos in il.txt Diffstat:
| M | doc/il.txt | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/il.txt b/doc/il.txt @@ -203,8 +203,8 @@ Here are various examples of data definitions. # A thousand bytes 0 initialized. data $b = { z 1000 } - # An object containing with two 64 bits - # fields, with all bits sets and the + # An object containing two 64 bits + # fields, one with all bits sets and the # other containing a pointer to the # object itself. data $c = { l -1, l $c }