am c876cc49: Fix docs typo in YUV code

* commit 'c876cc49947332a538d23d28eca25a76b8f33e93':
  Fix docs typo in YUV code
This commit is contained in:
Jason Sams
2013-04-11 20:44:57 -07:00
committed by Android Git Automerger

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