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

Commit f177e966 authored by Anubhav Kakkar's avatar Anubhav Kakkar
Browse files

Update language to comply with Android's inclusive language guidance

See https://source.android.com/setup/contribute/respectful-code for reference

Bug: 201623116
Test: make (change is only in comments)
Change-Id: I211246301008f86aad441033e011292fc9dcd7c0
parent 501e21b7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -289,7 +289,7 @@ bool AIBinder_isAlive(const AIBinder* binder) __INTRODUCED_IN(29);
/**
 * Built-in transaction for all binder objects. This sends a transaction that will immediately
 * return. Usually this is used to make sure that a binder is alive, as a placeholder call, or as a
 * sanity check.
 * consistency check.
 *
 * Available since API level 29.
 *