Fixed some typos.
authorSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Thu, 17 Feb 2011 09:38:51 +0000 (10:38 +0100)
committerSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Mon, 28 Feb 2011 12:30:23 +0000 (13:30 +0100)
ir/lower/lower_calls.c
ir/lower/lower_dw.c
ir/lower/lower_mode_b.c

index 9e15504..ea6ede9 100644 (file)
@@ -462,7 +462,7 @@ typedef struct cr_pair {
  * Post walker: fixes all entities addresses for the copy-return
  * optimization.
  *
- * Note: We expect the length of the cr_pair array (ie number of compound
+ * Note: We expect the length of the cr_pair array (i.e. number of compound
  * return values) to be 1 (C, C++) in almost all cases, so ignore the
  * linear search complexity here.
  */
index a9e1fa8..5adc340 100644 (file)
@@ -19,7 +19,7 @@
 
 /**
  * @file
- * @brief   Lower Double word operations, ie 64bit -> 32bit, 32bit -> 16bit etc.
+ * @brief   Lower double word operations, i.e. 64bit -> 32bit, 32bit -> 16bit etc.
  * @date    8.10.2004
  * @author  Michael Beck
  * @version $Id$
index 18916a5..ea50c29 100644 (file)
@@ -32,7 +32,7 @@
  *   - The only nodes producing mode_b are: Proj(Cmp) and ConvB(X) (where X
  *     is some mode that can be converted to the lowered mode).
  *     ConvB will usually be implemented by a comparison with 0 producing some
- *     flags in the backends. It's debatable wether ConvB(X) is a goode idea.
+ *     flags in the backends. It's debatable whether ConvB(X) is a good idea.
  *     Maybe we should rather introduce a Test node.
  * All other former uses should be converted to manipulations with an integer
  * mode that was specified in the pass configuration.