]> granicus.if.org Git - yasm/commitdiff
valparam.h (yasm_vps_destroy): Fix documentation.
authorPeter Johnson <peter@tortall.net>
Mon, 4 Dec 2006 03:14:22 +0000 (03:14 -0000)
committerPeter Johnson <peter@tortall.net>
Mon, 4 Dec 2006 03:14:22 +0000 (03:14 -0000)
svn path=/trunk/yasm/; revision=1704

libyasm/valparam.h

index 4ce05dd260ce3e5090ecc0e83023cfa19057204b..eef1989a7a4dc47865ffa40827d60d64c8fb32e2 100644 (file)
@@ -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);