diff --git a/glfw/glfw3.h b/glfw/glfw3.h index dc609800d..4c9036f9b 100644 --- a/glfw/glfw3.h +++ b/glfw/glfw3.h @@ -1468,7 +1468,7 @@ typedef void (* GLFWscrollfun)(GLFWwindow*,double,double,int); * @param[in] mods Bit field describing which [modifier keys](@ref mods) were * held down. * @param[in] text UTF-8 encoded text generated by this key event or empty string. - * @param[in] Used for Input Method events. Zero for normal key events. + * @param[in] status Used for Input Method events. Zero for normal key events. * A value of 1 means the pre-edit text for the input event has been changed. * A value of 2 means the text should be committed. *