summary refs log tree commit diff
diff options
context:
space:
mode:
-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 }