Fix docs typo in YUV code

bug 8566866

Change-Id: I9da6d237b0a109b2c0799a41e531a0344cc19d40
This commit is contained in:
Jason Sams
2013-04-11 20:22:31 -07:00
parent a2f289a40d
commit c876cc4994

View File

@ -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) {