From f98934273a33986d27bb93ca8ef3ee32580f2705 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Wed, 16 Apr 2008 18:08:59 +0000 Subject: [PATCH 1/1] Fix typos in comments. [r19305] --- ir/be/ia32/bearch_ia32.c | 2 +- ir/opt/condeval.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ir/be/ia32/bearch_ia32.c b/ir/be/ia32/bearch_ia32.c index 30025b4d6..b107c43eb 100644 --- a/ir/be/ia32/bearch_ia32.c +++ b/ir/be/ia32/bearch_ia32.c @@ -816,7 +816,7 @@ static int ia32_is_spillmode_compatible(const ir_mode *mode, const ir_mode *spil } /** - * Check if irn can load it's operand at position i from memory (source addressmode). + * Check if irn can load its operand at position i from memory (source addressmode). * @param self Pointer to irn ops itself * @param irn The irn to be checked * @param i The operands position diff --git a/ir/opt/condeval.c b/ir/opt/condeval.c index bf94fb8ab..276c79b66 100644 --- a/ir/opt/condeval.c +++ b/ir/opt/condeval.c @@ -271,7 +271,7 @@ static void copy_and_fix(const condeval_env_t *env, ir_node *block, #ifdef AVOID_PHIB /* we may not copy mode_b nodes, because this could produce phi with * mode_bs which can't be handled in all backends. Instead we duplicate - * the node and move it to it's users */ + * the node and move it to its users */ if (mode == mode_b) { const ir_edge_t *edge, *next; ir_node *pred; -- 2.20.1