diff options
author | Christopher Tate <ctate@google.com> | 2011-02-25 14:37:32 -0800 |
---|---|---|
committer | Christopher Tate <ctate@google.com> | 2011-02-25 15:18:53 -0800 |
commit | 9f5b53d4b09e6e835828d46f3a505ba877b230a3 (patch) | |
tree | 12f670ba91b8bded5a0290bdc871564d96be4966 /include/binder | |
parent | ef71330158ea1289a932eafc178501c4c4eabcaf (diff) | |
download | frameworks_native-9f5b53d4b09e6e835828d46f3a505ba877b230a3.zip frameworks_native-9f5b53d4b09e6e835828d46f3a505ba877b230a3.tar.gz frameworks_native-9f5b53d4b09e6e835828d46f3a505ba877b230a3.tar.bz2 |
Revert "Binder linkage no longer depends on JNI objrefs as persistent tokens"
This reverts commit c2d55dd89743c8a38deb809f3cdf1ad2d1dbac2b.
Diffstat (limited to 'include/binder')
-rw-r--r-- | include/binder/IBinder.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |