Fix typos in comments: s/it's/its/ and related corrections.
[libfirm] / ir / be / ia32 / ia32_x87.h
index 1498451..9c2d31e 100644 (file)
  * Replaces all virtual floating point instructions and registers
  * by real ones.
  *
- * @param birg      the graph to simulate and patch
+ * @param irg      the graph to simulate and patch
  *
  * Registers must be allocated.
  */
-void x87_simulate_graph(be_irg_t *birg);
+void ia32_x87_simulate_graph(ir_graph *irg);
 
 /**
  * Initializes the x87 simulator.
  */
 void ia32_init_x87(void);
 
-#endif /* FIRM_BE_IA32_IA32_X87_H */
+#endif