diff --git a/src/core/api/qwebenginecookiestore.cpp b/src/core/api/qwebenginecookiestore.cpp
index 4ef512d62e7514b3c0500c2772040ee2bc7d32ae..adf0cc49eabbabca60fbb24cb79f2568f8544e93 100644
--- a/src/core/api/qwebenginecookiestore.cpp
+++ b/src/core/api/qwebenginecookiestore.cpp
@@ -335,7 +335,7 @@ void QWebEngineCookieStore::deleteAllCookies()
     \since 5.11
 
     Installs a cookie filter that can prevent sites and resources from using cookies.
-    The \a filter must be a lambda or functor taking a FilterRequest structure. If the
+    The \a filterCallback must be a lambda or functor taking a FilterRequest structure. If the
     cookie access is to be accepted, the filter function should return \c true; otherwise
     it should return \c false.