diff --git a/plugins/include/functions.inc b/plugins/include/functions.inc index 1bce0526..1e8f9d26 100644 --- a/plugins/include/functions.inc +++ b/plugins/include/functions.inc @@ -353,7 +353,7 @@ native void Call_PushArray(const any[] value, int size); * @param value Array to push. * @param size Size of array. * @param cpflags Whether or not changes should be copied back to the input array. - * See SP_PARAM_* constants for details. + * See SM_PARAM_* constants for details. * @error Called before a call has been started. */ native void Call_PushArrayEx(any[] value, int size, int cpflags);