typos fixed
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 17 Oct 2005 13:04:58 +0000 (13:04 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 17 Oct 2005 13:04:58 +0000 (13:04 +0000)
[r6708]

ir/ir/irmode.h

index 488124d..17a3a67 100644 (file)
 /**
  * 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.