diff --git a/inc/media.php b/inc/media.php
index 56fa5d54bd2a595a0965bfe37a8091a5e4b0d68e..fe155f0f3007e76720080bd7abd8b19f97ac63b2 100644
--- a/inc/media.php
+++ b/inc/media.php
@@ -2164,7 +2164,7 @@ function media_alternativefiles($src, $exts){
 /**
  * Check if video/audio is supported to be embedded.
  *
- * @param string $src       - mimetype of media file
+ * @param string $mime      - mimetype of media file
  * @param string $type      - type of media files to check ('video', 'audio', or none)
  * @return boolean
  *