From: Christoph Mallon Date: Tue, 9 Sep 2008 12:06:26 +0000 (+0000) Subject: Typo in comment. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=1ba6298ac9beed8a9d14dc696cde8865f78a1920;p=libfirm Typo in comment. [r21780] --- diff --git a/ir/be/bechordal_main.c b/ir/be/bechordal_main.c index 28dce51a3..95f8de3b6 100644 --- a/ir/be/bechordal_main.c +++ b/ir/be/bechordal_main.c @@ -532,7 +532,7 @@ static void be_ra_chordal_main(be_irg_t *birg) } else { post_spill_env_t *pse; - /* the backend has it's own spiller */ + /* the backend has its own spiller */ m = arch_env_get_n_reg_class(arch_env); pse = alloca(m * sizeof(pse[0]));