From 312b0d48dcf3c56249640318a31b820908608628 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Mon, 17 Oct 2005 13:04:58 +0000 Subject: [PATCH] typos fixed [r6708] --- ir/ir/irmode.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.20.1