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

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

Merge "Correcting spelling errors in logs" into main am: a1681106 am:...

Merge "Correcting spelling errors in logs" into main am: a1681106 am: d53b960f am: abb570be am: a0231c85

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



Change-Id: I97fc68155ad46b8d81e4d2d7dfb85e88f5d089a4
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents c898baca a0231c85
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@ int main() {
                printf("ALOOPER_POLL_TIMEOUT\n");
                break;
            case ALOOPER_POLL_ERROR:
                printf("ALOOPER_POLL_TIMEOUT\n");
                printf("ALOOPER_POLL_ERROR\n");
                break;
            default:
                printf("ugh? poll returned %d\n", ret);