We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a21dc6f + a7e8d46 commit 30b1a88Copy full SHA for 30b1a88
1 file changed
libs/binder/ndk/include_ndk/android/binder_ibinder.h
@@ -771,7 +771,7 @@ const char* AIBinder_Class_getDescriptor(const AIBinder_Class* clazz) __INTRODUC
771
* This provides a per-process-unique total ordering of binders where a null
772
* AIBinder* object is considered to be before all other binder objects.
773
* 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
+ * process when both AIBinder_lt(a, b) and AIBinder_lt(b, a) are false. This API
775
* might be used to insert and lookup binders in binary search trees.
776
*
777
* AIBinder* pointers themselves actually also create a per-process-unique total
0 commit comments