summaryrefslogtreecommitdiff
path: root/graphics/java/android/renderscript/Allocation.java
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/java/android/renderscript/Allocation.java')
-rw-r--r--graphics/java/android/renderscript/Allocation.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/java/android/renderscript/Allocation.java b/graphics/java/android/renderscript/Allocation.java
index acf3ebb872b7..acc6b99e19bb 100644
--- a/graphics/java/android/renderscript/Allocation.java
+++ b/graphics/java/android/renderscript/Allocation.java
@@ -1732,7 +1732,7 @@ public class Allocation extends BaseObj {
/**
* Set a notification handler for USAGE_IO_INPUT
*
- * @param instance of the IoInputNotifier class to be called
+ * @param callback instance of the IoInputNotifier class to be called
* when buffer arrive.
*/
public void setIoInputNotificationHandler(IoInputNotifier callback) {