Skip to content

Commit 4976549

Browse files
Change comment to reference correct name for binder_exception_t
EXCEPTION_* -> EX_* Test: none Bug: none Change-Id: Iac6c1b39d6174d34bdf709315aedcfeb532fe5ea
1 parent fd474d7 commit 4976549

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)