Correct typos, mostly s/there/their/.
authorChristoph Mallon <christoph.mallon@gmx.de>
Mon, 19 Dec 2011 16:42:41 +0000 (17:42 +0100)
committerChristoph Mallon <christoph.mallon@gmx.de>
Mon, 19 Dec 2011 18:13:10 +0000 (19:13 +0100)
include/libfirm/typerep.h
ir/ana/irextbb.c
ir/ana/irmemory.c

index 489ae3e..59e61b9 100644 (file)
@@ -1166,8 +1166,8 @@ FIRM_API unsigned get_type_alignment_bytes(ir_type *tp);
  *  If the alignment of a type is
  *  not set, it is calculated here according to the following rules:
  *  -#.) if a type has a mode, the alignment is the mode size.
- *  -#.) compound types have the alignment of there biggest member.
- *  -#.) array types have the alignment of there element type.
+ *  -#.) compound types have the alignment of their biggest member.
+ *  -#.) array types have the alignment of their element type.
  *  -#.) method types return 0 here.
  *  -#.) all other types return 1 here (i.e. aligned at byte).
  */
@@ -1912,8 +1912,8 @@ FIRM_API const tp_op *get_tpop_array(void);
  * Enumeration types need not necessarily be represented explicitly
  * by Firm types, as the frontend can lower them to integer constants as
  * well.  For debugging purposes or similar tasks this information is useful.
- * The type state layout_fixed is set, if all enumeration constant have
- * there tarvals assigned.  Until then
+ * The type state layout_fixed is set, if all enumeration constants have
+ * their tarvals assigned.  Until then
  *
  * - *const:        The target values representing the constants used to
  *                  represent individual enumerations.
index 3809bf0..eaf51f2 100644 (file)
@@ -143,7 +143,7 @@ static ir_extblk _sentinel = { k_ir_extblk, 0xFEA1DEAD, NULL, NULL };
 /**
  * Post block-walker. Calculates the extended block info.
  * During construction, we use the (free) block input of all basic blocks
- * to point to there previous block.
+ * to point to their previous block.
  */
 static void post_walk_calc_extbb(ir_node *block, void *ctx)
 {
index e235f7b..95758d5 100644 (file)
@@ -295,7 +295,7 @@ static ir_alias_relation different_index(const ir_node *idx1, const ir_node *idx
 }
 
 /**
- * Two Sel addresses have the same base address, check if there offsets are
+ * Two Sel addresses have the same base address, check if their offsets are
  * different.
  *
  * @param adr1  The first address.