Merge pull request #618 from smuehlst/opj_malloc_casts
[openjpeg.git] / src / lib / openjp2 / pi.h
index f239679f5bd387fb013fe68263b78d189d94cd53..265d5b1e24c90ced9293b4db60d1562edf2a9508 100644 (file)
@@ -73,7 +73,7 @@ Packet iterator
 typedef struct opj_pi_iterator {
   /** Enabling Tile part generation*/
   OPJ_BYTE tp_on;
-  /** precise if the packet has been already used (usefull for progression order change) */
+  /** precise if the packet has been already used (useful for progression order change) */
   OPJ_INT16 *include;
   /** layer step used to localize the packet in the include vector */
   OPJ_UINT32 step_l;