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

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

Merge "libbinder: fix typo" am: 343470b2 am: 3d44fc15 am: 7b3f628d

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

Change-Id: I750a5c4cdd57faa9c24ac04231da3f1a80f57d3d
parents db37dc63 7b3f628d
Loading
Loading
Loading
Loading
+1 −1
Original line number 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
        // connect to a different server, and we also need to let the host
        // 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;
    }