summaryrefslogtreecommitdiff
path: root/src/lib/openjp3d/pi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/openjp3d/pi.h')
-rw-r--r--src/lib/openjp3d/pi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/openjp3d/pi.h b/src/lib/openjp3d/pi.h
index b3f287a3..c81f9ef0 100644
--- a/src/lib/openjp3d/pi.h
+++ b/src/lib/openjp3d/pi.h
@@ -82,7 +82,7 @@ typedef struct opj_pi_comp {
Packet iterator
*/
typedef struct opj_pi_iterator {
-/** 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) */
short int *include;
/** layer step used to localize the packet in the include vector */
int step_l;