From f205e8a87f2a019f0c4681d08667cefb9983d127 Mon Sep 17 00:00:00 2001 From: Sebastian Buchwald Date: Thu, 10 Feb 2011 12:24:14 +0000 Subject: [PATCH] Fixed typo. [r28361] --- ir/be/bespill.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/bespill.c b/ir/be/bespill.c index 4eecd8eb6..627505c41 100644 --- a/ir/be/bespill.c +++ b/ir/be/bespill.c @@ -68,7 +68,7 @@ static void prepare_constr_insn(be_pre_spill_env_t *env, ir_node *node) int i, i2; /* Insert a copy for constraint inputs attached to a value which can't - * fullfil the constraint + * fulfill the constraint * (typical example: stack pointer as input to copyb) * TODO: This really just checks precolored registers at the moment and * ignores the general case of not matching in/out constraints -- 2.20.1