From: Christoph Mallon Date: Mon, 19 Dec 2011 16:42:41 +0000 (+0100) Subject: Correct typos, mostly s/there/their/. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=4752f6775544c51874275686d035b9c39b911747;p=libfirm Correct typos, mostly s/there/their/. --- diff --git a/include/libfirm/typerep.h b/include/libfirm/typerep.h index 489ae3e33..59e61b984 100644 --- a/include/libfirm/typerep.h +++ b/include/libfirm/typerep.h @@ -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. diff --git a/ir/ana/irextbb.c b/ir/ana/irextbb.c index 3809bf025..eaf51f2c0 100644 --- a/ir/ana/irextbb.c +++ b/ir/ana/irextbb.c @@ -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) { diff --git a/ir/ana/irmemory.c b/ir/ana/irmemory.c index e235f7b3b..95758d5ab 100644 --- a/ir/ana/irmemory.c +++ b/ir/ana/irmemory.c @@ -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.