From ce3b05e269a68c0b032af2fe52257a71f69a69f8 Mon Sep 17 00:00:00 2001 From: Edwin Wong Date: Thu, 23 Jun 2022 17:49:30 +0000 Subject: [PATCH] Fix typo in comment. In KEY_STATUS_EXPIRED_COUNT. Test: build Bug: 236317812 Change-Id: Idc7aab822b392898f000b369dfdb9c7cf89661f9 --- media/java/android/media/MediaDrm.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media/java/android/media/MediaDrm.java b/media/java/android/media/MediaDrm.java index 2a04ebb1efece..762dea1393a03 100644 --- a/media/java/android/media/MediaDrm.java +++ b/media/java/android/media/MediaDrm.java @@ -2867,7 +2867,7 @@ public final class MediaDrm implements AutoCloseable { = "drm.mediadrm.get_device_unique_id.error.list"; /** - * Key to extraact the count of {@link KeyStatus#STATUS_EXPIRED} events + * Key to extract the count of {@link KeyStatus#STATUS_EXPIRED} events * that occured. The count is extracted from the * {@link PersistableBundle} returned from a {@link #getMetrics} call. * The count is a Long value ({@link android.os.BaseBundle#getLong}).