aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerry Ge <jerry.ge@arm.com>2023-11-02 18:31:01 +0000
committerJerry Ge <jerry.ge@arm.com>2023-11-02 18:31:09 +0000
commit64d502d48674dd4bc0854a6883b797f7cf2cf24b (patch)
treebbf918a55b082428e7587bc024ceca6adfcf960f
parent946ba352736017f417dcaf2ff6d18fc9ae534038 (diff)
downloadspecification-64d502d48674dd4bc0854a6883b797f7cf2cf24b.tar.gz
Fix CustomOp description text
- CustomOp's domain attribute name has been updated to domain_name - Forget to update that for the description text part. Signed-off-by: Jerry Ge <jerry.ge@arm.com> Change-Id: Ifa731125dc2f224ecc1cd661e238c7b27945db68
-rw-r--r--chapters/custom.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapters/custom.adoc b/chapters/custom.adoc
index cf99bc4..76f3eb4 100644
--- a/chapters/custom.adoc
+++ b/chapters/custom.adoc
@@ -15,8 +15,8 @@ Hardware implementing TOSA may choose to add additional custom operators that ar
Runs an implementation defined custom operator.
CUSTOM operators are not tested in the conformance suite as results will be implementation defined.
-The `domain` attribute should be unique to each implementation.
-To achieve this, using a domain name as the `domain` attribute is recommended.
+The `domain_name` attribute should be unique to each implementation.
+To achieve this, using a domain name as the `domain_name` attribute is recommended.
include::{generated}/operators/CUSTOM.adoc[]