Skip to content

Commit a7e8d46

Browse files
fixing typo in binder_ibinder.h
Test: N/A Change-Id: Ib0f899b47a8ff06e98618d13ab4712b687771488 Signed-off-by: Abhishek Gadewar <abhishekgadewar@meta.com>
1 parent a3dba62 commit a7e8d46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ const char* AIBinder_Class_getDescriptor(const AIBinder_Class* clazz) __INTRODUC
771771
* This provides a per-process-unique total ordering of binders where a null
772772
* AIBinder* object is considered to be before all other binder objects.
773773
* For instance, two binders refer to the same object in a local or remote
774-
* process when both AIBinder_lt(a, b) and AIBinder(b, a) are false. This API
774+
* process when both AIBinder_lt(a, b) and AIBinder_lt(b, a) are false. This API
775775
* might be used to insert and lookup binders in binary search trees.
776776
*
777777
* AIBinder* pointers themselves actually also create a per-process-unique total

0 commit comments

Comments
 (0)