From 62e73f466e52b98ecc2eef85010618a655b40924 Mon Sep 17 00:00:00 2001 From: Ravi K Yenduri Date: Sun, 21 Jun 2009 17:19:58 -0500 Subject: [PATCH] Update comment in mediaplayer.h. When sending a MEDIA_INFO message, the second integer is supposed to be an "info" code instead of an "error" code. --- include/media/mediaplayer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/media/mediaplayer.h b/include/media/mediaplayer.h index 513ffe1acabbc..0355c16f33c88 100644 --- a/include/media/mediaplayer.h +++ b/include/media/mediaplayer.h @@ -75,7 +75,7 @@ enum media_error_type { // 'notify' is invoked with the following: // 'msg' is set to MEDIA_INFO. // 'ext1' should be a value from the enum media_info_type. -// 'ext2' contains an implementation dependant error code to provide +// 'ext2' contains an implementation dependant info code to provide // more details. Should default to 0 when not used. // // The codes are distributed as follow: