Skip to content

Commit 0e3c35a

Browse files
Treehugger RobotGerrit Code Review
authored andcommitted
Merge "Change comment to reference correct name for binder_exception_t" into main
2 parents 1aed4a8 + 4976549 commit 0e3c35a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

libs/binder/ndk/include_ndk/android/binder_status.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ enum {
117117
};
118118

119119
/**
120-
* One of the EXCEPTION_* types.
120+
* One of the EX_* enumerators.
121121
*
122-
* All unrecognized values are coerced into EXCEPTION_TRANSACTION_FAILED.
122+
* All unrecognized values are coerced into EX_TRANSACTION_FAILED.
123123
*
124124
* These exceptions values are used by the SDK for parcelables. Also see Parcel.java.
125125
*/

0 commit comments

Comments
 (0)