]> granicus.if.org Git - yasm/commitdiff
* linemgr.h (yasm_linemap_goto_next): Fix typo in text description.
authorPeter Johnson <peter@tortall.net>
Mon, 23 Jan 2006 01:29:44 +0000 (01:29 -0000)
committerPeter Johnson <peter@tortall.net>
Mon, 23 Jan 2006 01:29:44 +0000 (01:29 -0000)
svn path=/trunk/yasm/; revision=1341

libyasm/linemgr.h

index b1e838b8d1c4232d615ee16164e2ba2f221c9b17..f15074931882eeefa681ae59d9f6ca2c06f64825 100644 (file)
@@ -75,7 +75,7 @@ void yasm_linemap_add_source(yasm_linemap *linemap,
                             /*@null@*/ yasm_bytecode *bc,
                             const char *source);
 
-/** Go to the next line (increments the current virtual line)l
+/** Go to the next line (increments the current virtual line).
  * \param linemap      line mapping repository
  * \return The current (new) virtual line.
  */