fix warnings reported by cparser
[libfirm] / ir / be / beabi.c
index 122cf68..7a5f0c0 100644 (file)
@@ -119,7 +119,7 @@ static void be_abi_reg_map_set(pmap *map, const arch_register_t* reg,
 }
 
 /**
- * Check if the given register is callee save, ie. will be save by the callee.
+ * Check if the given register is callee save, ie. will be saved by the callee.
  */
 static bool arch_register_is_callee_save(
        const arch_env_t      *arch_env,
@@ -131,7 +131,7 @@ static bool arch_register_is_callee_save(
 }
 
 /**
- * Check if the given register is caller save, ie. must be save by the caller.
+ * Check if the given register is caller save, ie. must be saved by the caller.
  */
 static bool arch_register_is_caller_save(
        const arch_env_t      *arch_env,