valparam.h (yasm_vps_destroy): Fix documentation.

svn path=/trunk/yasm/; revision=1704
0.6.0
Peter Johnson 18 years ago
parent 6a6c9faa20
commit b1d27878fd
  1. 4
      libyasm/valparam.h

@ -58,8 +58,8 @@ yasm_valparam *yasm_vp_create(/*@keep@*/ char *v, /*@keep@*/ yasm_expr *p);
*/
yasm_valparamhead *yasm_vps_create(void);
/** Destroy a list of instruction operands (created with yasm_vps_create).
* \param headp list of instruction operands
/** Destroy a list of valparams (created with yasm_vps_create).
* \param headp list of valparams
*/
void yasm_vps_destroy(yasm_valparamhead *headp);

Loading…
Cancel
Save