From 100a4eddcfc9e57e2c10409c5a4d4aca9170c8ad Mon Sep 17 00:00:00 2001 From: Jeff Tinker Date: Thu, 31 Jan 2019 09:44:26 -0800 Subject: [PATCH] Fix comment on removeOfflineLicense bug:117570956 Change-Id: Iad1a15d81066d01387ec9addd420040155216a75 --- drm/1.2/IDrmPlugin.hal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drm/1.2/IDrmPlugin.hal b/drm/1.2/IDrmPlugin.hal index 3c2181573c..7d266f4c7a 100644 --- a/drm/1.2/IDrmPlugin.hal +++ b/drm/1.2/IDrmPlugin.hal @@ -74,7 +74,7 @@ interface IDrmPlugin extends @1.1::IDrmPlugin { * @return status the status of the call. Must be one of OK on * success, BAD_VALUE if the license is not found or * ERROR_DRM_INVALID_STATE if the HAL is in a state where the - * KeySetIds can't be returned. + * KeySetIds can't be removed. */ removeOfflineLicense(KeySetId keySetId) generates (@1.0::Status status);