From 9f5b53d4b09e6e835828d46f3a505ba877b230a3 Mon Sep 17 00:00:00 2001 From: Christopher Tate Date: Fri, 25 Feb 2011 14:37:32 -0800 Subject: Revert "Binder linkage no longer depends on JNI objrefs as persistent tokens" This reverts commit c2d55dd89743c8a38deb809f3cdf1ad2d1dbac2b. --- include/binder/IBinder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/binder') diff --git a/include/binder/IBinder.h b/include/binder/IBinder.h index 81b56c2..749a977 100644 --- a/include/binder/IBinder.h +++ b/include/binder/IBinder.h @@ -98,7 +98,7 @@ public: * Register the @a recipient for a notification if this binder * goes away. If this binder object unexpectedly goes away * (typically because its hosting process has been killed), - * then DeathRecipient::binderDied() will be called with a reference + * then DeathRecipient::binderDied() will be called with a referene * to this. * * The @a cookie is optional -- if non-NULL, it should be a -- cgit v1.1