Fixed some typos.
authorSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Wed, 9 Mar 2011 09:42:44 +0000 (10:42 +0100)
committerSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Wed, 9 Mar 2011 10:07:50 +0000 (11:07 +0100)
ir/be/besched.h
ir/be/ia32/ia32_new_nodes.c

index aa3d12e..dd66991 100644 (file)
@@ -52,8 +52,8 @@ static inline bool sched_is_scheduled(const ir_node *irn)
 }
 
 /**
- * returns the time step of a node. Each node in a block has a timestep
- * unique to that block. a node schedule before another node has a lower
+ * Returns the time step of a node. Each node in a block has a timestep
+ * unique to that block. A node schedule before another node has a lower
  * timestep than this node.
  * @param irn The node.
  * @return The time step in the schedule.
index 685c92f..3c17da6 100644 (file)
@@ -23,7 +23,7 @@
  * @author      Christian Wuerdig
  * @version     $Id$
  *
- * This file implements the creation of the achitecture specific firm opcodes
+ * This file implements the creation of the architecture specific firm opcodes
  * and the corresponding node constructors for the ia32 assembler irg.
  */
 #include "config.h"