Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e896c21f authored by Mohammad Samiul Islam's avatar Mohammad Samiul Islam
Browse files

Fix typo in comment

Test: builds successfully

Change-Id: I5b746d1da7d22369bf4544aa9a4809d5d27a0d08
parent bf1f04a7
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -710,7 +710,7 @@ public final class ActiveServices {


    private void stopServiceLocked(ServiceRecord service) {
    private void stopServiceLocked(ServiceRecord service) {
        if (service.delayed) {
        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
            // delayed list, then we need to keep it started but note that it
            // should be stopped once no longer delayed.
            // should be stopped once no longer delayed.
            if (DEBUG_DELAYED_STARTS) Slog.v(TAG_SERVICE, "Delaying stop of pending: " + service);
            if (DEBUG_DELAYED_STARTS) Slog.v(TAG_SERVICE, "Delaying stop of pending: " + service);