Fixed typo.
authorSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Fri, 15 Jul 2011 09:25:58 +0000 (11:25 +0200)
committerSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Fri, 15 Jul 2011 09:25:58 +0000 (11:25 +0200)
include/libfirm/tv.h

index 078174e..00fb15a 100644 (file)
@@ -393,7 +393,7 @@ typedef enum tarval_int_overflow_mode_t {
 /**
  * Sets the overflow mode for integer operations.
  *
- * @param ov_mode  one of teh overflow modes
+ * @param ov_mode  one of the overflow modes
  */
 FIRM_API void tarval_set_integer_overflow_mode(tarval_int_overflow_mode_t ov_mode);