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

Commit 3d44fc15 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "libbinder: fix typo" am: 343470b2

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1676152

Change-Id: Icf50e692e1ef16ebea5f68930865614706cd0ea5
parents 842ede79 343470b2
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -40,7 +40,7 @@ status_t RpcState::onBinderLeaving(const sp<RpcConnection>& connection, const sp
        // We need to be able to send instructions over the socket for how to
        // We need to be able to send instructions over the socket for how to
        // connect to a different server, and we also need to let the host
        // connect to a different server, and we also need to let the host
        // process know that this is happening.
        // process know that this is happening.
        ALOGE("Canot send binder from unrelated binder RPC connection.");
        ALOGE("Cannot send binder from unrelated binder RPC connection.");
        return INVALID_OPERATION;
        return INVALID_OPERATION;
    }
    }