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

Commit bc82b12e authored by John Spurlock's avatar John Spurlock
Browse files

AudioService: Fix typo/grammar in comment.

Change-Id: I311fc5d7531464bbaeef5937c5ff2b757a8e675e
parent 3062e570
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5372,8 +5372,8 @@ public class AudioService extends IAudioService.Stub {

    //==========================================================================================
    // Hdmi Cec system audio mode.
    // If Hdmi Cec's system audio mode is on, audio service should notify volume change
    // to HdmiControlService so that audio recevier can handle volume change.
    // If Hdmi Cec's system audio mode is on, audio service should send the volume change
    // to HdmiControlService so that the audio receiver can handle it.
    //==========================================================================================

    private class MyDisplayStatusCallback implements HdmiPlaybackClient.DisplayStatusCallback {