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

Commit d8ed80da authored by Daniel Zheng's avatar Daniel Zheng
Browse files

fix linkedcallback typo

Test: th
Change-Id: Ia7d1cdff254224c96d904cbb5982cdca2c1f83f8
parent 57cd746c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ class LinkedCallback {
    // cookie when it's unlinked.
    static ::android::base::Result<LinkedCallback*> Make(
            std::shared_ptr<Health> service, std::shared_ptr<IHealthInfoCallback> callback);
    // On callback died, unreigster it from the service.
    // On callback died, unregister it from the service.
    void OnCallbackDied();

  private: