aboutsummaryrefslogtreecommitdiff
path: root/BinaryEncoding.md
diff options
context:
space:
mode:
authorJF Bastien <github@jfbastien.com>2016-03-28 10:00:57 -0700
committerJF Bastien <github@jfbastien.com>2016-03-28 10:00:57 -0700
commitb81e46aac37d8633d1c3470f5db4933aa2834e15 (patch)
tree5b6fd78d8bbe615c7d28f50ae1920f400a778a7c /BinaryEncoding.md
parent7af4b479e34034d7e46846555ae0335f96084e14 (diff)
parent01a42d5121d07af324bd1aed18e8115797457a22 (diff)
downloadnanowasm-design-b81e46aac37d8633d1c3470f5db4933aa2834e15.tar.gz
Merge pull request #627 from naturaltransformation/patch-12
Reserved bitfield minor word change
Diffstat (limited to 'BinaryEncoding.md')
-rw-r--r--BinaryEncoding.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BinaryEncoding.md b/BinaryEncoding.md
index 288ec38..9551ad1 100644
--- a/BinaryEncoding.md
+++ b/BinaryEncoding.md
@@ -393,7 +393,7 @@ The `memory_immediate` type is encoded as follows:
As implied by the `log2(alignment)` encoding, the alignment must be a power of 2.
As an additional validation criteria, the alignment must be less or equal to
natural alignment. The bits after the
-`log(memory-access-size)` least-significant bits should be set to 0. These bits are reserved for future use
+`log(memory-access-size)` least-significant bits must be set to 0. These bits are reserved for future use
(e.g., for shared memory ordering requirements).
## Simple operators ([described here](AstSemantics.md#32-bit-integer-operators))