diff --git a/include/GLFW/glfw3.h b/include/GLFW/glfw3.h index 621333fd..35bbf075 100644 --- a/include/GLFW/glfw3.h +++ b/include/GLFW/glfw3.h @@ -1353,7 +1353,7 @@ typedef void (* GLFWwindowiconifyfun)(GLFWwindow*,int); * @endcode * * @param[in] window The window that was maximized or restored. - * @param[in] iconified `GLFW_TRUE` if the window was maximized, or + * @param[in] maximized `GLFW_TRUE` if the window was maximized, or * `GLFW_FALSE` if it was restored. * * @sa @ref window_maximize