From: Michael Beck Date: Mon, 17 Oct 2005 13:04:58 +0000 (+0000) Subject: typos fixed X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=312b0d48dcf3c56249640318a31b820908608628;p=libfirm typos fixed [r6708] --- diff --git a/ir/ir/irmode.h b/ir/ir/irmode.h index 488124dcb..17a3a677e 100644 --- a/ir/ir/irmode.h +++ b/ir/ir/irmode.h @@ -39,12 +39,12 @@ /** * Contains relevant information about a mode. * - * Neccessary information about a mode is stored in this struct + * Necessary information about a mode is stored in this struct * which is used by the tarval module to perform calculations * and comparisons of values of a such described mode. * * ATTRIBUTES: - * - modecode code: An unambigous int (enum) for the mode + * - modecode code: An unambiguous int (enum) for the mode * - ident *name: Name of this mode. Two modes are different if the name is different. * - mode_sort sort: sort of mode specifying possible usage categories * - int size: size of the mode in Bits.