j2k.c: remove hardcoded constants related to m_state, and useless FIXME
[openjpeg.git] / src / lib / openmj2 / j2k.h
index e13510fb1b33f9cfeffb2e5ef0307b6e9807505a..2dc431192fffa6ded1b15010afd49d4157b514ec 100644 (file)
@@ -246,7 +246,7 @@ typedef struct opj_cp {
     char *comment;
     /** number of tiles in width */
     int tw;
-    /** number of tiles in heigth */
+    /** number of tiles in height */
     int th;
     /** ID number of the tiles present in the codestream */
     int *tileno;
@@ -323,7 +323,7 @@ typedef struct opj_j2k {
 
     /** locate in which part of the codestream the decoder is (main header, tile header, end) */
     int state;
-    /** number of the tile curently concern by coding/decoding */
+    /** number of the tile currently concern by coding/decoding */
     int curtileno;
     /** Tile part number*/
     int tp_num;