]> granicus.if.org Git - yasm/commitdiff
* arch.h (yasm_arch_create): Fix doxygen reference.
authorPeter Johnson <peter@tortall.net>
Sun, 12 Mar 2006 19:46:25 +0000 (19:46 -0000)
committerPeter Johnson <peter@tortall.net>
Sun, 12 Mar 2006 19:46:25 +0000 (19:46 -0000)
svn path=/trunk/yasm/; revision=1416

libyasm/arch.h

index 31f56868930a8e80bbe931deec4f7ad132624cb3..1afce594c6bf904ebbb28bc3a95e8b13f4ead368 100644 (file)
@@ -316,7 +316,7 @@ unsigned int yasm_arch_min_insn_len(const yasm_arch *arch);
 /** Create architecture.
  * \param module       architecture module
  * \param machine      keyword of machine in use (must be one listed in
- *                     #machines)
+ *                     #yasm_arch_module.machines)
  * \param parser       keyword of parser in use
  * \param error                error return value
  * \return NULL on error (error returned in error parameter), otherwise new