]> granicus.if.org Git - yasm/commitdiff
Fix doxygen comment for yasm_bc_tobytes().
authorPeter Johnson <peter@tortall.net>
Wed, 20 Aug 2003 05:28:05 +0000 (05:28 -0000)
committerPeter Johnson <peter@tortall.net>
Wed, 20 Aug 2003 05:28:05 +0000 (05:28 -0000)
svn path=/trunk/yasm/; revision=1044

libyasm/bytecode.h

index 00989b4f819deb9332131ab9754fa6edb3fb2ed5..dd67c8f24c6706a15914e130893344c9d26b035a 100644 (file)
@@ -271,8 +271,8 @@ yasm_bc_resolve_flags yasm_bc_resolve(yasm_bytecode *bc, int save,
  *                     representation
  * \param output_bc_objfmt_data        function to call to convert yasm_objfmt data
  *                             bytecodes into their byte representation
- * \param objfmt_output_reloc   function to call to output relocation entries
- *                             for a single sym
+ * \param output_reloc function to call to output relocation entries
+ *                     for a single sym
  * \return Newly allocated buffer that should be used instead of buf for
  *        reading the byte representation, or NULL if buf was big enough to
  *        hold the entire byte representation.