From 70e02d428565b1cb9882ad2aa04ba7636fa3f099 Mon Sep 17 00:00:00 2001 From: Ryan Mitchell Date: Wed, 14 Oct 2020 14:19:51 -0700 Subject: Fix comments Fix comments that refer to as . Bug: none Test: build Change-Id: I1d3e5e66ec3da993082f3441997b0d243d61520b --- cmds/idmap2/libidmap2/ResourceMapping.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cmds') diff --git a/cmds/idmap2/libidmap2/ResourceMapping.cpp b/cmds/idmap2/libidmap2/ResourceMapping.cpp index 122f0682aec6..31f1c16ba5a6 100644 --- a/cmds/idmap2/libidmap2/ResourceMapping.cpp +++ b/cmds/idmap2/libidmap2/ResourceMapping.cpp @@ -71,9 +71,9 @@ Result CheckOverlayable(const LoadedPackage& target_package, if (!target_package.DefinesOverlayable()) { return (sDefaultPolicies & fulfilled_policies) != 0 ? Result({}) - : Error( - "overlay must be preinstalled or signed with the same signature as the " - "target"); + : Error("overlay must be preinstalled, signed with the same signature as the target," + " or signed with the same signature as the package referenced through" + " ."); } const OverlayableInfo* overlayable_info = target_package.GetOverlayableInfo(target_resource); -- cgit v1.2.3