From e896c21f2b58ddcdb3a746b7552da909bc9a7b4f Mon Sep 17 00:00:00 2001 From: Mohammad Samiul Islam Date: Thu, 10 Jan 2019 12:14:23 +0000 Subject: [PATCH] Fix typo in comment Test: builds successfully Change-Id: I5b746d1da7d22369bf4544aa9a4809d5d27a0d08 --- services/core/java/com/android/server/am/ActiveServices.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/core/java/com/android/server/am/ActiveServices.java b/services/core/java/com/android/server/am/ActiveServices.java index ed39d8302bf70..4eddb98d47b02 100644 --- a/services/core/java/com/android/server/am/ActiveServices.java +++ b/services/core/java/com/android/server/am/ActiveServices.java @@ -710,7 +710,7 @@ public final class ActiveServices { private void stopServiceLocked(ServiceRecord service) { if (service.delayed) { - // If service isn't actually running, but is is being held in the + // If service isn't actually running, but is being held in the // delayed list, then we need to keep it started but note that it // should be stopped once no longer delayed. if (DEBUG_DELAYED_STARTS) Slog.v(TAG_SERVICE, "Delaying stop of pending: " + service);