aboutsummaryrefslogtreecommitdiff
path: root/en/devices/architecture/vndk
diff options
context:
space:
mode:
Diffstat (limited to 'en/devices/architecture/vndk')
-rw-r--r--en/devices/architecture/vndk/linker-namespace.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/en/devices/architecture/vndk/linker-namespace.html b/en/devices/architecture/vndk/linker-namespace.html
index 040d8441..b0d82512 100644
--- a/en/devices/architecture/vndk/linker-namespace.html
+++ b/en/devices/architecture/vndk/linker-namespace.html
@@ -45,7 +45,7 @@ application programming interfaces that are public to other programs while
hiding their implementation details within their linker namespaces.</p>
<p>For example, <code>/system/lib[64]/libcutils.so</code> and
-<code>/system/lib[64]/vndk-sp-${VER}/libutils.so</code> are two shared
+<code>/system/lib[64]/vndk-sp-${VER}/libcutils.so</code> are two shared
libraries. These two libraries may have different symbols. They will be loaded
into different linker namespaces so that framework modules can depend on
<code>/system/lib[64]/libcutils.so</code> and SP-HAL shared libraries can