aboutsummaryrefslogtreecommitdiff
path: root/en/devices/architecture
diff options
context:
space:
mode:
authorClay Murphy <claym@google.com>2018-06-08 20:22:17 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-06-08 20:22:17 +0000
commit416fec3097de0ec9ffec5a0bcd4e23cd82514eba (patch)
tree6fccd2c090282b8e0485f4843a4eda938c31b386 /en/devices/architecture
parentc7c9dc7ca43c195850e71ac37aa0f5722c891c59 (diff)
parentf040e4dca8700012b3c2c066b65938f22fbad859 (diff)
downloadsource.android.com-416fec3097de0ec9ffec5a0bcd4e23cd82514eba.tar.gz
Merge "Docs: Changes to source.android.com"android-n-iot-release-smart-display
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