diff --git a/modules/imgcodecs/src/grfmt_base.hpp b/modules/imgcodecs/src/grfmt_base.hpp index 3fec6055c2..7e0ad23432 100644 --- a/modules/imgcodecs/src/grfmt_base.hpp +++ b/modules/imgcodecs/src/grfmt_base.hpp @@ -119,7 +119,7 @@ public: * during image decoding. The flags can be combined using bitwise OR to enable * multiple options simultaneously. * - * @param options Bitwise OR of read option flags to enable. + * @param read_options Bitwise OR of read option flags to enable. * * @return The previous value of the read options flags. *