Fixed some typos.
authorSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Wed, 9 Mar 2011 15:07:01 +0000 (16:07 +0100)
committerSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Fri, 8 Apr 2011 08:46:23 +0000 (10:46 +0200)
ir/be/bessaconstr.h
ir/ir/irphase.h

index 914dec1..89a69af 100644 (file)
@@ -71,7 +71,7 @@ typedef struct be_ssa_construction_env_t {
 /**
  * Initializes an SSA construction environment.
  *
- * @param env    an SSA empty construction environment
+ * @param env    an empty SSA construction environment
  * @param irg    the graph
  */
 void be_ssa_construction_init(be_ssa_construction_env_t *env, ir_graph *irg);
@@ -86,7 +86,7 @@ void be_ssa_construction_set_ignore_uses(be_ssa_construction_env_t *env,
                                          const ir_nodeset_t *ignore_uses);
 
 /**
- * Reconstructs the ssa form for all users of node @p node
+ * Reconstructs the SSA form for all users of node @p node
  */
 void be_ssa_construction_fix_users(be_ssa_construction_env_t *env,
                                    ir_node *node);
@@ -104,7 +104,7 @@ void be_ssa_construction_update_liveness_phis(be_ssa_construction_env_t *env,
 ir_node **be_ssa_construction_get_new_phis(be_ssa_construction_env_t *env);
 
 /**
- * Destroys an ssa construction environment.
+ * Destroys an SSA construction environment.
  */
 void be_ssa_construction_destroy(be_ssa_construction_env_t *env);
 
index 4e944ef..965d9c7 100644 (file)
@@ -47,7 +47,7 @@ ir_phase *new_phase(ir_graph *irg, phase_irn_init *data_init);
 /**
  * Variant for custom memory-management/classes. Just initialize given phase
  * structure (performs no allocation, you do not need to call this for phases
- * allocated wiht new_phase)
+ * allocated with new_phase)
  */
 void phase_init(ir_phase *phase, ir_graph *irg, phase_irn_init *data_init);