used new new_type_frame() to generate frame types
[libfirm] / ir / adt / array.h
index 5ec4fa4..76eaf2b 100644 (file)
 
 /**
  * Create an automatic array which will be deleted at return from function.
- * Beware, the data will be allocated un the functions stack!
+ * Beware, the data will be allocated on the function stack!
  *
  * @param type     The element type of the new array.
  * @param var      A lvalue of type (type *) which will hold the new array.