Fix some typos in code comments

Signed-off-by: wm4 <wm4@nowhere>
This commit is contained in:
Aman Gupta
2015-12-21 13:19:44 -08:00
committed by wm4
parent 7fa06e46c4
commit fccc3d3894
3 changed files with 3 additions and 3 deletions

View File

@@ -602,7 +602,7 @@ typedef enum mpv_format {
* Example for writing:
*
* int flag = 1;
* mpv_set_property(ctx, "property", MPV_FORMAT_STRING, &flag);
* mpv_set_property(ctx, "property", MPV_FORMAT_FLAG, &flag);
*/
MPV_FORMAT_FLAG = 3,
/**