ia32: Remove the ia32_x87_attr_t from ia32_asm_attr_t.
[libfirm] / ir / lower / lower_calls.h
index f9b448d..ba290bc 100644 (file)
@@ -21,7 +21,6 @@
  * @file
  * @brief   Lowering of calls with compound arguments
  * @author  Michael Beck
- * @version $Id$
  */
 #ifndef FIRM_LOWER_CALLS_H
 #define FIRM_LOWER_CALLS_H
@@ -35,7 +34,7 @@ typedef enum compound_call_lowering_flags {
        LF_NONE                 = 0,      /**< no additional flags */
        LF_RETURN_HIDDEN        = 1 << 0, /**< return the hidden address instead of void */
        LF_DONT_LOWER_ARGUMENTS = 1 << 1, /**< don't lower compound call arguments
-                                              (some backends can handle them themselfes) */
+                                              (some backends can handle them themselves) */
 } compound_call_lowering_flags;
 ENUM_BITSET(compound_call_lowering_flags)