summary refs log tree commit diff
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-03-08 15:50:20 -0500
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-03-08 15:50:20 -0500
commita5d2c1334fb4aefef7a85f1086912b1d9a9a5fa5 (patch)
treed52f675f786dcce5d6fd5899a7f13d76450a1c66
parentc22555da8c036dd1e0ab496a14b071a056633212 (diff)
downloadroux-a5d2c1334fb4aefef7a85f1086912b1d9a9a5fa5.tar.gz
fix typos in il.txt
-rw-r--r--doc/il.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/il.txt b/doc/il.txt
index 4814174..53ab4ee 100644
--- 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 }