aboutsummaryrefslogtreecommitdiff
path: root/chapters/enumerations.adoc
diff options
context:
space:
mode:
authorKevin Petit <kevin.petit@arm.com>2023-05-16 09:13:50 +0100
committerKevin Petit <kevin.petit@arm.com>2023-05-18 08:44:54 +0100
commit98b3e33a5590c3ff11f156997f8f2c45d8dc48e0 (patch)
tree5b550c8cdfc9ff887187d984a64f7c6c89485145 /chapters/enumerations.adoc
parentd7282186957676237717fbaadc4090a5af838cb3 (diff)
downloadspecification-98b3e33a5590c3ff11f156997f8f2c45d8dc48e0.tar.gz
Replace uint6_t with int8_t
Add REQUIRE statements to constrain the range where needed. Also fix a typo. Change-Id: I281e6249d8951b4cb3ff19eaf199660bed3feac9 Signed-off-by: Kevin Petit <kevin.petit@arm.com>
Diffstat (limited to 'chapters/enumerations.adoc')
-rw-r--r--chapters/enumerations.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapters/enumerations.adoc b/chapters/enumerations.adoc
index 24a1708..9ef6dce 100644
--- a/chapters/enumerations.adoc
+++ b/chapters/enumerations.adoc
@@ -11,6 +11,6 @@
Where enumerated types are specified for an operator, the provided value must be a valid enumerant for that type.
The included tables provide reference values for the enumerations.
-Implementations do not need to use these values, they may subtitue other values as long as they are functionally equivalent.
+Implementations do not need to use these values, they may substitute other values as long as they are functionally equivalent.
include::{generated}/enums.adoc[]