aboutsummaryrefslogtreecommitdiff
path: root/en/devices/architecture
diff options
context:
space:
mode:
Diffstat (limited to 'en/devices/architecture')
-rw-r--r--en/devices/architecture/hidl/versioning.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/en/devices/architecture/hidl/versioning.html b/en/devices/architecture/hidl/versioning.html
index 52552f0c..c67910d9 100644
--- a/en/devices/architecture/hidl/versioning.html
+++ b/en/devices/architecture/hidl/versioning.html
@@ -142,7 +142,7 @@ semantic names and meaning.</li>
<li>Can be opaque data (such as public keys, ids, etc.) if necessary.</li>
</ul>
-<p>If opague data is used, it must be read only by one side of the HIDL
+<p>If opaque data is used, it must be read only by one side of the HIDL
interface. For example, if <code>vendor.img</code> code gives a component on the
<code>system.img</code> a string message or <code>vec&lt;uint8_t&gt;</code>
data, that data cannot be parsed by the <code>system.img</code> itself; it can