diff --git a/libavcore/imgutils.h b/libavcore/imgutils.h
index 05c3b500f1406df6211a999558d249da6a15fb40..8458fc6bb0b932734d5bbef39004363a49944443 100644
--- a/libavcore/imgutils.h
+++ b/libavcore/imgutils.h
@@ -70,7 +70,7 @@ int av_image_fill_linesizes(int linesizes[4], enum PixelFormat pix_fmt, int widt
  * @param data pointers array to be filled with the pointer for each image plane
  * @param ptr the pointer to a buffer which will contain the image
  * @param linesizes[4] the array containing the linesize for each
- * plane, should be filled by av_fill_image_linesizes()
+ * plane, should be filled by av_image_fill_linesizes()
  * @return the size in bytes required for the image buffer, a negative
  * error code in case of failure
  */