From: Michael Beck Date: Thu, 14 Jun 2007 16:58:53 +0000 (+0000) Subject: typo fixed X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=1d197a5658050d24f4ae71f9c5735035e389bb6c;p=libfirm typo fixed [r14505] --- diff --git a/ir/be/betranshlp.c b/ir/be/betranshlp.c index 4acd479f2..d342f8a5e 100644 --- a/ir/be/betranshlp.c +++ b/ir/be/betranshlp.c @@ -20,7 +20,7 @@ /** * @file * @brief be transform helper extracted from the ia32 backend. - * @author Michael Beck + * @author Matthias Braun, Michael Beck * @date 14.06.2007 * @version $Id$ */ diff --git a/ir/be/betranshlp.h b/ir/be/betranshlp.h index 40558804c..0473d03bc 100644 --- a/ir/be/betranshlp.h +++ b/ir/be/betranshlp.h @@ -41,7 +41,7 @@ typedef void (arch_pretrans_nodes)(void *arch_cg); typedef ir_node *(be_transform_func)(ir_node *node); /** - * Returns an old (saved) anchor of the currently tranforming graph. + * Returns an old (saved) anchor of the currently transforming graph. */ ir_node *be_get_old_anchor(unsigned anchor);